[]
Finds the item using the specified name.
public T[] Find(string name)
Public Function Find(name As String) As T()
| Type | Name | Description |
|---|---|---|
| string | name | A string value that indicates the name of the object to retrieve from the collection |
| Type | Description |
|---|---|
| T[] | An INamedObject object with the specified name within the collection. |