[]
        
(Showing Draft Content)

C1.C1Preview.TagListInputParamsItemCollection.Item

this Property

this[int]

Gets or set the item with the specified index.

Declaration
public TagListInputParamsItem this[int index] { get; set; }
Parameters
Type Name Description
int index

The index of the item.

Property Value
Type Description
TagListInputParamsItem

The item with the specified index.

this[string]

Gets or set the item with the specified name.

Declaration
public TagListInputParamsItem this[string tagName] { get; }
Parameters
Type Name Description
string tagName

The name of the item.

Property Value
Type Description
TagListInputParamsItem

The item with the specified name.