NamedMetadataObjectCollection<T,P>.Item[String] Property

Definition

Gets the index in the collection of the named metadata object with the specified name.

public T this[string name] { get; }
member this.Item(string) : 'T
Default Public ReadOnly Property Item(name As String) As T

Parameters

name
String

Name of the collection.

Property Value

T

Returns the index of the collection.

Applies to