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