NamedMetadataObjectCollection<T,P>.Find(String) Method

Definition

Finds an object in the collection by Name.

public T Find (string name);
member this.Find : string -> 'T
Public Function Find (name As String) As T

Parameters

name
String

Name of the object to look up.

Returns

T

Reference to object with given name if it's found in collection, null otherwise.

Applies to