Name | Description | |
---|---|---|
DataSourceCollection Constructor | Initializes a new instance of the DataSourceCollection class. |
The following tables list the members exposed by DataSourceCollection.
Name | Description | |
---|---|---|
DataSourceCollection Constructor | Initializes a new instance of the DataSourceCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the DataSourceCollection instance. This property cannot be overridden.` (Inherited from System.Collections.ObjectModel.Collection<DataSource>) | |
Item | Gets or sets a specific DataSource object in the DataSourceCollection by position. (Inherited from System.Collections.ObjectModel.Collection<DataSource>) |
Name | Description | |
---|---|---|
Add | Adds a DataSource object to the DataSourceCollection. (Inherited from System.Collections.ObjectModel.Collection<DataSource>) | |
Clear | Removes all objects from the DataSourceCollection instance. This method cannot be overridden. (Inherited from System.Collections.ObjectModel.Collection<DataSource>) | |
Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<DataSource>) | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<DataSource>) | |
IndexOf | Determines the index of a specific DataSource object in the DataSourceCollection. (Inherited from System.Collections.ObjectModel.Collection<DataSource>) | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<DataSource>) | |
Remove | Removes the specified DataSource object from the DataSourceCollection. (Inherited from System.Collections.ObjectModel.Collection<DataSource>) | |
RemoveAt | Removes the element at the specified index of the DataSourceCollection instance. This method is not overridable. (Inherited from System.Collections.ObjectModel.Collection<DataSource>) | |
ToArray | Copies the elements of the DataSourceCollection to a new array. |