Returns MetaType for the given type.

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

Syntax

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

Parameters

type
Type: System..::.Type

See Also