Version

ClientObjectCollection Class Members

The following tables list the members exposed by ClientObjectCollection.

Public Properties
 NameDescription
Public PropertyCountGet the number of items in the collection  
Public PropertyIsEmptyReturns true if the collection is empty.  
Public PropertyIsReadOnlyGet whether the collection is ReadOnly  
Public PropertyIsSynchronizedReturns whether the collection is synchornized  
Public PropertyItemGets/sets the ClientObjectBase at the given index  
Public PropertyOwnerReturns the owner item that contains the collection.  
Public PropertySyncRootGet the synchronization object if the collection is synchronized.  
Protected Properties
 NameDescription
Protected PropertyListReturns the list of objects  
Public Methods
 NameDescription
Public MethodAddAdd a new item to the collection.  
Public MethodClearClear the collection items.  
Public MethodContainsCheck whether the collection contains concrete ClientObjectBase object  
Public MethodCopyToOverloaded. Copy the contents of the collection to an array of ClientObjectBase objects.  
Public MethodGetEnumeratorReturn an enumerator  
Public MethodIndexOfReturns the index of the item in the collection, or -1 if it is not present  
Public MethodInsertAdd a new item to the collection.  
Public MethodRemoveRemove an item from the collection.  
Public MethodRemoveAtRemove an item from the collection.  
See Also