[]
Represents a dictionary of data sources.
public class DataSourceDictionary : IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable
| Name | Description |
|---|---|
| DataSourceDictionary(bool) | Initializes a new instance of the DataSourceDictionary class. |
| Name | Description |
|---|---|
| Count | |
| IsReadOnly | |
| this[string] | |
| Keys | |
| Values |
| Name | Description |
|---|---|
| Add(KeyValuePair<string, object>) | |
| Add(string, object) | Adds a data source to this DataSourceDictionary. |
| Add(string, object, CultureInfo) | Adds a data source to this DataSourceDictionary. |
| Clear() | |
| Contains(KeyValuePair<string, object>) | |
| ContainsKey(string) | |
| CopyTo(KeyValuePair<string, object>[], int) | |
| GetEnumerator() | |
| Remove(KeyValuePair<string, object>) | |
| Remove(string) | |
| TryGetValue(string, out object) |