C# Class Internals.Reflection.TypeNameFormatter

Show file Open project: phatboyg/Internals

Public Methods

Method Description
GetTypeName ( Type type ) : string
TypeNameFormatter ( ) : System
TypeNameFormatter ( string genericArgumentSeparator, string genericOpen, string genericClose, string namespaceSeparator, string nestedTypeSeparator ) : System

Private Methods

Method Description
FormatTypeName ( StringBuilder sb, Type type, string scope ) : string
FormatTypeName ( Type type ) : string

Method Details

GetTypeName() public method

public GetTypeName ( Type type ) : string
type System.Type
return string

TypeNameFormatter() public method

public TypeNameFormatter ( ) : System
return System

TypeNameFormatter() public method

public TypeNameFormatter ( string genericArgumentSeparator, string genericOpen, string genericClose, string namespaceSeparator, string nestedTypeSeparator ) : System
genericArgumentSeparator string
genericOpen string
genericClose string
namespaceSeparator string
nestedTypeSeparator string
return System