Click or drag to resize
TypeExtensionsFindGenericBaseTypeArguments Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.TypeExtensions.FindGenericBaseTypeArguments(System.Type,System.Type)"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public static Type[] FindGenericBaseTypeArguments(
	Type type,
	Type genericTypeDefinition
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:VRage.TypeExtensions.FindGenericBaseTypeArguments(System.Type,System.Type)"]

genericTypeDefinition
Type: SystemType

[Missing <param name="genericTypeDefinition"/> documentation for "M:VRage.TypeExtensions.FindGenericBaseTypeArguments(System.Type,System.Type)"]

Return Value

Type: Type

[Missing <returns> documentation for "M:VRage.TypeExtensions.FindGenericBaseTypeArguments(System.Type,System.Type)"]

See Also