TokenInfoBuilderWithDescription - метод
Add a description of the token to builder.
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public TokenInfoBuilder WithDescription(
string description
)
Public Function WithDescription (
description As String
) As TokenInfoBuilder
public:
TokenInfoBuilder^ WithDescription(
String^ description
)
member WithDescription :
description : string -> TokenInfoBuilder
- description String
A description of the token.
TokenInfoBuilderThe current instance of
TokenInfoBuilder.