UrnCollection 成員

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

UrnCollection 型別公開下列成員。

建構函式

  名稱 描述
公用方法 UrnCollection Initializes a new instance of the UrnCollection class.

頂端

方法

  名稱 描述
公用方法 Add Adds a URN to a URN collection.
公用方法 AddRange
公用方法 Clear Removes all elements from the collection.
公用方法 Contains Specifies if a URN collection contains a URN.
公用方法 CopyTo Copies members of the collection to an array, starting at the specified index of the array.
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetEnumerator Returns a generic IEnumerator interface.
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 IndexOf Gets the index of a specified URN from a collection.
公用方法 Insert Inserts a URN at a specified index of a URN collection.
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 Remove Removes a specified URN from a collection.
公用方法 RemoveAt Removes a URN from a collection based on the index of the URN.
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 Count Gets the number of Urns in a Urn Collection.
公用屬性 Item Gets a Urn object in the collection by index number.

頂端