[]
Gets or sets item by given index
public Annotation this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index |
Gets item by given name
public Annotation this[string annotationName] { get; }
Type | Name | Description |
---|---|---|
string | annotationName |