Поделиться через


Элементы IPAddressPropertyCollection

The IPAddressPropertyCollection class represents a collection of IPAddressProperty objects that represent all the attributes of the IP address defined on the parent object.

Тип IPAddressPropertyCollection предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Contains Checks whether the specified key value exists in the collection. (Наследуется из ProtocolPropertyCollection.)
Открытый метод CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified. (Наследуется из ProtocolPropertyCollection.)
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetEnumerator Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (Наследуется из ProtocolPropertyCollection.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of ProtocolProperty objects in the referenced collection. (Наследуется из ProtocolPropertyCollection.)
Открытое свойство IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (Наследуется из ProtocolPropertyCollection.)
Открытое свойство Item[ ( [ ( Int32] ) ] ) (Наследуется из ProtocolPropertyCollection.)
Открытое свойство Item[ ( [ ( String] ) ] ) Gets a ProtocolProperty object in the collection by name. (Наследуется из ProtocolPropertyCollection.)
Открытое свойство SyncRoot Gets an object that can be used to synchronize access to the collection. (Наследуется из ProtocolPropertyCollection.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICollection. . :: . .CopyTo (Наследуется из ProtocolPropertyCollection.)

В начало