C# 클래스 Pchp.CodeAnalysis.Symbols.TypedConstantExtensions

파일 보기 프로젝트 열기: iolevel/peachpie

공개 메소드들

메소드 설명
ToCSharpString ( this constant ) : string

Returns the System.String that represents the current TypedConstant.

비공개 메소드들

메소드 설명
DisplayEnumConstant ( TypedConstant constant ) : string
DisplaySignedEnumConstant ( TypedConstant constant, SpecialType specialType, long constantToDecode, string typeName ) : string
DisplayUnsignedEnumConstant ( TypedConstant constant, SpecialType specialType, ulong constantToDecode, string typeName ) : string

메소드 상세

ToCSharpString() 공개 정적인 메소드

Returns the System.String that represents the current TypedConstant.
public static ToCSharpString ( this constant ) : string
constant this
리턴 string