TypeRefIsOrContainsNestedGenericType Property |
True if the referenced type is a nested generic type, or if it (recursively) contains a nested generic type as a type argument.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public virtual bool IsOrContainsNestedGenericType { get; }
Property Value
Type:
BooleanSee Also