Base:
property
IsGenericTypeDefinition
System.Type.IsGenericTypeDefinition
1 reference to IsGenericTypeDefinition
mscorlib (1)
system\reflection\emit\typebuilder.cs (1)
1613public override Type GetGenericTypeDefinition() { if (IsGenericTypeDefinition) return this; if (m_genTypeDef == null) throw new InvalidOperationException(); return m_genTypeDef; }