MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​CollectionsIMember­Or­Named­Type­Collection<T>Of­Name
Open sandboxFocus

IMemberOrNamedTypeCollection<T>.OfName Method

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<T> OfName(string name)
Parameters
Type Name Description
String name

The member name (not including the namespace, for types).

Returns
Type Description
IEnumerable<T>