[]
        
(Showing Draft Content)

C1.C1Preview.Dictionary.Item

this Property

this[string]

Gets the DictionaryItem with the specified name.

Declaration
public DictionaryItem this[string index] { get; }
Parameters
Type Name Description
string index

this[int]

Gets or sets the DictionaryItem at the specified index.

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