Theraot icon indicating copy to clipboard operation
Theraot copied to clipboard

Type.IsEnum for .NET Standard 1.6 and below

Open NN--- opened this issue 5 years ago • 0 comments

 public virtual bool IsEnum => IsSubclassOf(typeof(Enum));

https://github.com/dotnet/coreclr/blob/master/src/System.Private.CoreLib/shared/System/Type.cs#L105

NN--- avatar Feb 09 '19 05:02 NN---