Base:
property
IsGenericType
System.Type.IsGenericType
3 references to IsGenericType
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (3)
188
if (
IsGenericType
&& !IsGenericTypeDefinition)
410
if (rtType.IsGenericTypeDefinition && this.
IsGenericType
)
554
if (this.
IsGenericType
)