Click or drag to resize

TypeParameterRefGetGenericParameterVariance Method (Type)

Get the TypeParameterVariance of the specified Type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static TypeParameterVariance GetGenericParameterVariance(
	Type type
)

Parameters

type
Type: SystemType

Return Value

Type: TypeParameterVariance
See Also