[]
Returns the IName object from a collection.
IName this[string name] { get; }
ReadOnly Default Property Item(name As String) As IName
| Type | Name | Description |
|---|---|---|
| string | name | Specifies the name of an element in the collection. |
| Type | Description |
|---|---|
| IName | Returns IName. |
Returns the IName object from a collection.
IName this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IName
| Type | Name | Description |
|---|---|---|
| int | index | Specifies the index of an element in the collection. |
| Type | Description |
|---|---|
| IName | Returns IName |