OfName(string)
Gets the set of members of a given name. Note that for named types, the short name will be matched, as opposed to the full, namespace-prefixed name.
Declaration
IEnumerable<out T> OfName(string name)Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The member name (not including the namespace, for types). |
Returns
| Type | Description |
|---|---|
| IEnumerable<T> |