C# Class Qowaiv.CodeGenerator.CodeDom.CSharp.TypeCSharpExtensions

Extensions on System.Type.
ファイルを表示 Open project: Corniel/Qowaiv

Public Methods

Method Description
GetCSharpName ( this tp, CSharpNameOptions options = CSharpNameOptions.AliasForPrimitives ) : string

Gets the C# name for the type.

Private Methods

Method Description
AppendCSharpName ( this sb, Type tp, CSharpNameOptions options ) : StringBuilder

Method Details

GetCSharpName() public static method

Gets the C# name for the type.
public static GetCSharpName ( this tp, CSharpNameOptions options = CSharpNameOptions.AliasForPrimitives ) : string
tp this /// The type. ///
options CSharpNameOptions /// The naming options. ///
return string