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


Элементы ProtocolPropertyCollection

The ProtocolPropertyCollection class represents a collection of ProtocolProperty objects that represent all the attributes of the protocol defined on the parent object.

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

Методы

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

В начало

Свойства

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

В начало

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

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

В начало