Version

UltraCalcReferenceCollection Class Members

The following tables list the members exposed by UltraCalcReferenceCollection.

Public Constructors
 NameDescription
Public ConstructorUltraCalcReferenceCollection ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCountReturns a number of elements in the collection.  
Public PropertyIsSynchronizedDenotes whether the collection is thread-safe.  
Public PropertyItemIndexer method that returns a IUltraCalcReference by position  
Public PropertySyncRootReturns an object that can be used to synchronize access to the collection.  
Public Methods
 NameDescription
Public MethodAddAdd an IUltraCalcReference> elements to the collection  
Public MethodCopyToCopys the collection to an array.  
Public MethodGetEnumeratorReturns the collection enumerator.  
Public MethodIndexOfReturn ordinal index of given element  
Public MethodInsertInsert an IUltraCalcReference> elements to the collection  
Public MethodMergeAdds the contents of the specified UltraCalcReferenceCollection into this instances collection.  
Public MethodRemoveRemove IUltraCalcReference element from collection  
Public MethodRemoveAtRemove element at given postion from collection  
See Also