Gets VarEnum based on given type.

Namespace:  PerpetuumSoft.Framework.Utilities
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public static VarEnum GetVarEnum(
	Type type
)
Visual Basic (Declaration)
Public Shared Function GetVarEnum ( _
	type As Type _
) As VarEnum
Visual C++
public:
static VarEnum GetVarEnum(
	Type^ type
)

Parameters

type
Type: System..::.Type

See Also