C# 클래스 Qowaiv.CodeGenerator.CodeDom.CSharp.TypeCSharpExtensions

Extensions on System.Type.
파일 보기 프로젝트 열기: Corniel/Qowaiv

공개 메소드들

메소드 설명
GetCSharpName ( this tp, CSharpNameOptions options = CSharpNameOptions.AliasForPrimitives ) : string

Gets the C# name for the type.

비공개 메소드들

메소드 설명
AppendCSharpName ( this sb, Type tp, CSharpNameOptions options ) : StringBuilder

메소드 상세

GetCSharpName() 공개 정적인 메소드

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. ///
리턴 string