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.

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 IEnumerable. . :: . .GetEnumerator
명시적 인터페이스 구현전용 속성 ICollection< (Of < <' (Urn> ) > > ). . :: . .IsReadOnly

맨 위로 이동