NRTypeUsage.GenericParameters Property NReflect
Gets a list of generic parameters of the type.

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

public List<NRTypeUsage> GenericParameters { get; private set; }
See Also