UrnCollection-Member

The UrnCollection class represents a collection of Urn objects that represent Uniform Resource Name (URN) addresses.

Der UrnCollection-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode UrnCollection Initializes a new instance of the UrnCollection class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Adds a URN to a URN collection.
Öffentliche Methode AddRange
Öffentliche Methode Clear Removes all elements from the collection.
Öffentliche Methode Contains Specifies if a URN collection contains a URN.
Öffentliche Methode CopyTo Copies members of the collection to an array, starting at the specified index of the array.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Returns a generic IEnumerator interface.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode IndexOf Gets the index of a specified URN from a collection.
Öffentliche Methode Insert Inserts a URN at a specified index of a URN collection.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Remove Removes a specified URN from a collection.
Öffentliche Methode RemoveAt Removes a URN from a collection based on the index of the URN.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of Urns in a Urn Collection.
Öffentliche Eigenschaft Item Gets a Urn object in the collection by index number.

Zum Anfang

Explizite Schnittstellenimplementierungen 

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable. . :: . .GetEnumerator
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection< (Of < <' (Urn> ) > > ). . :: . .IsReadOnly

Zum Anfang