Partilhar via


Membros ProtocolPropertyCollection

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

O tipo ProtocolPropertyCollection expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Contains Checks whether the specified key value exists in the collection.
Método público CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Returns an IEnumerator interface that allows you to iterate through the objects in the collection.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of ProtocolProperty objects in the referenced collection.
Propriedade pública IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe.
Propriedade pública Item[ ( [ ( Int32] ) ] )
Propriedade pública Item[ ( [ ( String] ) ] ) Gets a ProtocolProperty object in the collection by name.
Propriedade pública SyncRoot Gets an object that can be used to synchronize access to the collection.

Início

Implementações de interface explícitas

  Nome Descrição
Implementação de interface explícitaMétodo particular ICollection. . :: . .CopyTo

Início