Implement Type.IsTypeDefinition property on CoreCLR (#11355)
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>
Wed, 3 May 2017 13:40:42 +0000 (06:40 -0700)
committerGitHub <noreply@github.com>
Wed, 3 May 2017 13:40:42 +0000 (06:40 -0700)
commitff2455e3bc3bf39301b71eea234f11c5d56b395d
tree1e046c97820fbf7c0f27bf48ff1418bbb21ba8a0
parent01fbb88b8c3fc2bcfa06508c5d18567026ccdd26
Implement Type.IsTypeDefinition property on CoreCLR (#11355)

This api was just approved.

https://github.com/dotnet/corefx/issues/17345
src/mscorlib/shared/System/Reflection/TypeDelegator.cs
src/mscorlib/shared/System/Type.cs
src/mscorlib/src/System/Reflection/Emit/EnumBuilder.cs
src/mscorlib/src/System/Reflection/Emit/GenericTypeParameterBuilder.cs
src/mscorlib/src/System/Reflection/Emit/SymbolType.cs
src/mscorlib/src/System/Reflection/Emit/TypeBuilder.cs
src/mscorlib/src/System/Reflection/Emit/TypeBuilderInstantiation.cs
src/mscorlib/src/System/RtType.cs
src/mscorlib/src/System/RuntimeHandles.cs