[]
        
(Showing Draft Content)

C1.C1Preview.Tag.-ctor

Tag Constructor

Tag(string, object)

Initializes a new instance of the Tag class with the specified name and value.

Declaration
public Tag(string name, object value)
Parameters
Type Name Description
string name

The name of the tag.

object value

The value of the tag.

Tag(string)

Initializes a new instance of the Tag class with the specified name.

Declaration
public Tag(string name)
Parameters
Type Name Description
string name

The name of the tag.

Tag(string, object, Type)

Initializes a new instance of the Tag class with the specified name, value and type.

Declaration
public Tag(string name, object value, Type type)
Parameters
Type Name Description
string name

The name of the tag.

object value

The value of the tag.

Type type

The type of the tag.