Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 6b6e930

Browse files
committed
Make EnumInfo a public readonly property
1 parent 13080dd commit 6b6e930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/CachedTypeInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public CachedTypeInfo(Type type)
3636
EnumInfo = EnumInfo.GetEnumInfo(type);
3737
}
3838

39-
internal readonly EnumInfo EnumInfo;
39+
public EnumInfo EnumInfo { get; }
4040
}
4141

4242
public class EnumInfo

0 commit comments

Comments
 (0)