Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 0eb8613

Browse files
authored
Mark CharEnumerator as [Serializable] (#11124)
Fixes https://github.com/dotnet/corefx/issues/18704
1 parent b156c84 commit 0eb8613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mscorlib/shared/System/CharEnumerator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
namespace System
1919
{
20+
[Serializable]
2021
public sealed class CharEnumerator : IEnumerator, IEnumerator<char>, IDisposable, ICloneable
2122
{
2223
private String _str;

0 commit comments

Comments
 (0)