NRGenericType.GenericTypes Property NReflect
Gets a list containing all type parameters of a type.

Namespace: NReflect.NREntities
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public List<NRTypeParameter> GenericTypes { get; private set; }

Implements

IGeneric.GenericTypes
See Also