[]
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 |
Type | Description |
---|---|
T | An element of INamedObject type that indicates the specified item. |