Formats a dictionary token by iterating through the dictionary and display de key and value for each entry.
Default constructor
public Void DictionaryToken()
Iterates through each entry in the dictionary and display the key and value.
protected String FormatToken(tokenTemplate, source)
Name | Type | Summary |
---|---|---|
tokenTemplate | String | |
source | IDictionary<String, Object> |
In this document