BaseOperatorCollection Methods

The BaseOperatorCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds new operator into collection.
Public methodCancelUpdate
Cancels last update. This method may be called when the change should not raise contents update.
Public methodClear
Clears collection.
Public methodContains
Public methodCopyTo
Copies operators into operators list.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns enumerator for collection
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert
Inserts operator into collection.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes operator from collection.
Public methodResumeUpdate
Resumes document update. Updates contents stream in case there are any pending changes.
Public methodSuppressUpdate
Suppresses update contents data. The contents stream is not updated until ResumeUpdate is called.
Public methodToString (Inherited from Object.)
See Also