Class DetokenizationDictionary
public class DetokenizationDictionary
- Inheritance
-
DetokenizationDictionary
- Inherited Members
Constructors
DetokenizationDictionary(Stream)
public DetokenizationDictionary(Stream @in)
Parameters
inStream
DetokenizationDictionary(string[], DetokenizationOperationType[])
Initializes the current instance.
public DetokenizationDictionary(string[] tokens, DetokenizationOperationType[] operations)
Parameters
tokensstring[]an array of tokens that should be detokenized according to an operation
operationsDetokenizationOperationType[]an array of operations which specifies which operation should be used for the provided tokens
Methods
Serialize(Stream)
Writes the current instance to the given Stream.
public virtual void Serialize(Stream @out)