The EmptyDataSource type exposes the following members.

Constructors

  Name Description
Public method EmptyDataSource
Constructor.

Methods

  Name Description
Public method CopyTo
Copies all the items from this EmptyDataSource to the specified System.Array object, starting at the specified index in the System.Array object
Public method GetEnumerator
Returns a System.Collections.IEnumerator implemented object that contains all objects in the EmptyDataSource.

Properties

  Name Description
Public property Count
Gets the number of objects in the collection.
Public property IsReadOnly
Returns whether or not a collection is read-only.
Public property IsSynchronized
Gets a value indicating whether access to the EmptyDataSource is synchronized (thread-safe).
Public property SyncRoot
Gets the object that can be used to synchronize access to the EmptyDataSource.

See Also