Skip to content

Commit 3aa7fee

Browse files
committed
Updated documentation for ExtensibleEnum
1 parent 6f1b295 commit 3aa7fee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)