C# Class Simple.Reflection.GenericSignature

Show file Open project: juanplopes/simple

Public Methods

Method Description
GenericSignature ( Type type ) : System
GenericSignature ( Type type, HashSet namespaces ) : System
MakeConstraints ( ) : string

Protected Methods

Method Description
CreateConstraintString ( ) : string
EnumerateConstraints ( Type type ) : IEnumerable

Method Details

CreateConstraintString() protected method

protected CreateConstraintString ( ) : string
return string

EnumerateConstraints() protected method

protected EnumerateConstraints ( Type type ) : IEnumerable
type System.Type
return IEnumerable

GenericSignature() public method

public GenericSignature ( Type type ) : System
type System.Type
return System

GenericSignature() public method

public GenericSignature ( Type type, HashSet namespaces ) : System
type System.Type
namespaces HashSet
return System

MakeConstraints() public method

public MakeConstraints ( ) : string
return string