C# Class iSynaptic.LogicalTypeRegistryExtensions

Afficher le fichier Open project: iSynaptic/iSynaptic.Core

Méthodes publiques

Méthode Description
LookupActualType ( this @this, LogicalType logicalType ) : Type
LookupLogicalType ( this @this, Type type ) : LogicalType

Method Details

LookupActualType() public static méthode

public static LookupActualType ( this @this, LogicalType logicalType ) : Type
@this this
logicalType LogicalType
Résultat System.Type

LookupLogicalType() public static méthode

public static LookupLogicalType ( this @this, Type type ) : LogicalType
@this this
type System.Type
Résultat LogicalType