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