Click or drag to resize

IGHARemoteObjectcollection Interface

Defines the GHA remote object collection. Derives from .NET ICollection interface

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
public interface IGHARemoteObjectcollection : ICollection<IGHARemoteObject>, 
	IEnumerable<IGHARemoteObject>, IEnumerable

The IGHARemoteObjectcollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ICollectionIGHARemoteObject.)
Public propertyIsReadOnly (Inherited from ICollectionIGHARemoteObject.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionIGHARemoteObject.)
Public methodClear (Inherited from ICollectionIGHARemoteObject.)
Public methodContains (Inherited from ICollectionIGHARemoteObject.)
Public methodCopyTo (Inherited from ICollectionIGHARemoteObject.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIGHARemoteObject.)
Public methodRemove (Inherited from ICollectionIGHARemoteObject.)
Top
See Also