[]
        
(Showing Draft Content)

C1.C1Preview.TagCollection.Item

this Property

this[int]

Gets or sets a Tag in the current collection by its index.

Declaration
public Tag this[int index] { get; set; }
Public Default Property Item(index As Integer) As Tag
Parameters
Type Name Description
int index

The index of the Tag in the current collection.

Property Value
Type Description
Tag

The Tag with the specified index.

this[string]

Gets a Tag in the current collection by its Name.

Declaration
public Tag this[string tagName] { get; }
Public ReadOnly Default Property Item(tagName As String) As Tag
Parameters
Type Name Description
string tagName

The name of the Tag.

Property Value
Type Description
Tag

The Tag with the specified name.