C# Class Simple.Reflection.ClassSignature

Show file Open project: juanplopes/simple

Public Methods

Method Description
ClassSignature ( Type type ) : System
ClassSignature ( Type type, HashSet namespaces ) : System
InitializeNamespaces ( ) : ClassSignature
MakeImplementingSignature ( ) : string

Protected Methods

Method Description
EnumerateMethods ( ) : IEnumerable

Method Details

ClassSignature() public method

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

ClassSignature() public method

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

EnumerateMethods() protected method

protected EnumerateMethods ( ) : IEnumerable
return IEnumerable

InitializeNamespaces() public method

public InitializeNamespaces ( ) : ClassSignature
return ClassSignature

MakeImplementingSignature() public method

public MakeImplementingSignature ( ) : string
return string