Constructor Tag
Tag(String)
Initializes a new instance of the Tag class.
Declaration
public Tag(string tag)
Parameters
Type | Name | Description |
---|---|---|
System.String | tag | Name of the tag. |
Examples
The following example initializes a tag.
Tag tag1 = new Tag("Alpha");