TokenInfoBuilderFactoryCreate(TokenFormat, TokenScope, String) - метод
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public TokenInfoBuilder Create(
TokenFormat format,
TokenScope scope,
string description
)
Public Function Create (
format As TokenFormat,
scope As TokenScope,
description As String
) As TokenInfoBuilder
public:
TokenInfoBuilder^ Create(
TokenFormat format,
TokenScope^ scope,
String^ description
)
member Create :
format : TokenFormat *
scope : TokenScope *
description : string -> TokenInfoBuilder
- format TokenFormat
Token storage format.
- scope TokenScope
The token scope.
- description String
A description of the token.
TokenInfoBuilderA new
TokenInfoBuilder.