Skip to content

Commit 7cbd690

Browse files
committed
Merge pull request #226 from sharwell/ExtensibleEnumDocs
Updated documentation for ExtensibleEnum
2 parents 6f1b295 + 3aa7fee commit 7cbd690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/corelib/Core/ExtensibleEnum`1.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/// for strongly-typed values in JSON object models.
1010
/// </summary>
1111
/// <typeparam name="T">The enumeration type.</typeparam>
12+
/// <threadsafety static="true" instance="false"/>
1213
public abstract class ExtensibleEnum<T> : IEquatable<T>
1314
where T : ExtensibleEnum<T>
1415
{

0 commit comments

Comments
 (0)