The EmptyDataSource type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
EmptyDataSource |
Constructor.
|
Methods
| Name | Description | |
|---|---|---|
|
|
CopyTo |
Copies all the items from this EmptyDataSource to the specified System.Array object,
starting at the specified index in the System.Array object
|
|
|
GetEnumerator |
Returns a System.Collections.IEnumerator implemented object that contains all objects in the EmptyDataSource.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of objects in the collection.
|
|
|
IsReadOnly |
Returns whether or not a collection is read-only.
|
|
|
IsSynchronized |
Gets a value indicating whether access to the EmptyDataSource is synchronized (thread-safe).
|
|
|
SyncRoot |
Gets the object that can be used to synchronize access to the EmptyDataSource.
|