[]
Initializes a new instance of the Tag class with the specified name and value.
public Tag(string name, object value)
Type | Name | Description |
---|---|---|
string | name | The name of the tag. |
object | value | The value of the tag. |
Initializes a new instance of the Tag class with the specified name.
public Tag(string name)
Type | Name | Description |
---|---|---|
string | name | The name of the tag. |
Initializes a new instance of the Tag class with the specified name, value and type.
public Tag(string name, object value, Type type)
Type | Name | Description |
---|---|---|
string | name | The name of the tag. |
object | value | The value of the tag. |
Type | type | The type of the tag. |