C# Class iSynaptic.LogicalTypeRegistryExtensions

ファイルを表示 Open project: iSynaptic/iSynaptic.Core

Public Methods

Method Description
LookupActualType ( this @this, LogicalType logicalType ) : Type
LookupLogicalType ( this @this, Type type ) : LogicalType

Method Details

LookupActualType() public static method

public static LookupActualType ( this @this, LogicalType logicalType ) : Type
@this this
logicalType LogicalType
return System.Type

LookupLogicalType() public static method

public static LookupLogicalType ( this @this, Type type ) : LogicalType
@this this
type System.Type
return LogicalType