Shunde.NET Framework Class Library

GenericType.GetGenericTypes Method

Gets all the generic types in the database, irrespective of the GenericTypeType

Overload List

Gets all the generic types in the database, irrespective of the GenericTypeType

public static GenericType[] GetGenericTypes();

Gets and populates all the GenericTypes for the given type

public static GenericType[] GetGenericTypes(GenericTypeType);

Gets and populates all the GenericTypes for the given Code

public static GenericType[] GetGenericTypes(Int32);

See Also

GenericType Class | Shunde.Common Namespace