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