C# Класс Pchp.CodeAnalysis.Symbols.TypedConstantExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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