Version

DataBindingCollection Class Members

The following tables list the members exposed by DataBindingCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of ScheduleDataBinding instances contained by this collection.  
Public PropertyIsSynchronizedIndicates whether this collection serializes access by multiple threads.  
Public PropertySyncRootGets an object that the application can use to serialize access by multiple threads to this collection.  
Public Methods
 NameDescription
Public MethodAddAdds a ScheduleDataBinding instance to the end of the DataBindingCollection.  
Public MethodAddRangeAdds a pre-existing collection of ScheduleDataBinding instances to the end of the DataBindingCollection.  
Public MethodClearClears the DataBindingCollection of all previously held ScheduleDataBinding instances.  
Public MethodCopyToCopies the ScheduleDataBinding instances within this collection to another array.  
Public MethodGetEnumeratorGets an enumerator capable of iterating through the ScheduleDataBindings within this collection.  
See Also