[]
        
(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)
Public Sub New(name As String, value As Object)
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)
Public Sub New(name As String)
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)
Public Sub New(name As String, value As Object, type As 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.