Method CreateTag
CreateTag(string)
Creates a new Tag instance.
Declaration
public TagConfig CreateTag(string key)
Parameters
Type | Name | Description |
---|---|---|
string | key | The identifier of the new tag. |
Returns
Type | Description |
---|---|
TagConfig | The new Tag instance. |