C# Class ExpressionToCodeLib.Internal.CSharpFriendlyTypeName

ファイルを表示 Open project: EamonNerbonne/ExpressionToCode Class Usage Examples

Public Properties

Property Type Description
IncludeGenericTypeArgumentNames bool
UseFullName bool

Public Methods

Method Description
GetTypeName ( Type type ) : string

Private Methods

Method Description
AliasName ( Type type ) : string
ArrayTypeName ( Type type ) : string
GenericTypeName ( Type type ) : string
GetUnaliasedTypeName ( Type type ) : string
NormalName ( Type type ) : string

Method Details

GetTypeName() public method

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

Property Details

IncludeGenericTypeArgumentNames public_oe property

public bool IncludeGenericTypeArgumentNames
return bool

UseFullName public_oe property

public bool UseFullName
return bool