C# Class Simple.Reflection.GenericSignature

Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
GenericSignature ( Type type ) : System
GenericSignature ( Type type, HashSet namespaces ) : System
MakeConstraints ( ) : string

Méthodes protégées

Méthode Description
CreateConstraintString ( ) : string
EnumerateConstraints ( Type type ) : IEnumerable

Method Details

CreateConstraintString() protected méthode

protected CreateConstraintString ( ) : string
Résultat string

EnumerateConstraints() protected méthode

protected EnumerateConstraints ( Type type ) : IEnumerable
type System.Type
Résultat IEnumerable

GenericSignature() public méthode

public GenericSignature ( Type type ) : System
type System.Type
Résultat System

GenericSignature() public méthode

public GenericSignature ( Type type, HashSet namespaces ) : System
type System.Type
namespaces HashSet
Résultat System

MakeConstraints() public méthode

public MakeConstraints ( ) : string
Résultat string