C# Class EntitiesBT.Variant.VariantValueTypeRegistry

显示文件 Open project: quabug/EntitiesBT

Public Methods

Method Description
GetAllTypes ( ) : IEnumerable
GetIdByType ( Type type ) : int
GetTypeById ( int id ) : Type

Private Methods

Method Description
VariantValueTypeRegistry ( ) : System

Method Details

GetAllTypes() public static method

public static GetAllTypes ( ) : IEnumerable
return IEnumerable

GetIdByType() public static method

public static GetIdByType ( Type type ) : int
type Type
return int

GetTypeById() public static method

public static GetTypeById ( int id ) : Type
id int
return Type