The following tables list the members exposed by DataBindingCollection.
Name | Description | |
---|---|---|
Count | Gets the number of ScheduleDataBinding instances contained by this collection. | |
IsSynchronized | Indicates whether this collection serializes access by multiple threads. | |
SyncRoot | Gets an object that the application can use to serialize access by multiple threads to this collection. |
Name | Description | |
---|---|---|
Add | Adds a ScheduleDataBinding instance to the end of the DataBindingCollection. | |
AddRange | Adds a pre-existing collection of ScheduleDataBinding instances to the end of the DataBindingCollection. | |
Clear | Clears the DataBindingCollection of all previously held ScheduleDataBinding instances. | |
CopyTo | Copies the ScheduleDataBinding instances within this collection to another array. | |
GetEnumerator | Gets an enumerator capable of iterating through the ScheduleDataBindings within this collection. |