[]
Gets or sets the element with the specified name.
public virtual T this[string name] { get; set; }
Public Overridable Default Property Item(name As String) As T
| Type | Name | Description |
|---|---|---|
| string | name | The item's name. |
| Type | Description |
|---|---|
| T | An INamedObject value that indicates the specified item. |
| Type | Condition |
|---|---|
| ArgumentNullException | The assigned value is null. |
| ArgumentException | The item associated with the |