C# Class Jayrock.Reflection.Reflector

Afficher le fichier Open project: phdesign/NppToolBucket Class Usage Examples

Méthodes publiques

Méthode Description
IsConstructionOfNullable ( Type type ) : bool

Determines if type is a constructed type of System.Nullable{T}.

Private Methods

Méthode Description
IsConstructionOfGenericTypeDefinition ( Type type, Type genericTypeDefinition ) : bool

Determines if type is a constructed type of generic type definition. For example, this method can be used to test if System.Nullable{T} of int is indeed a construction of the generic type definition System.Nullable{T}.

Reflector ( ) : System

Method Details

IsConstructionOfNullable() public static méthode

Determines if type is a constructed type of System.Nullable{T}.
public static IsConstructionOfNullable ( Type type ) : bool
type System.Type
Résultat bool