[]
Provides access to XML data.
public sealed class XmlDataProvider
| Name | Description |
|---|---|
| XmlDataProvider(object, string) | Initializes a new instance of the XMLDataProvider class. |
| Name | Description |
|---|---|
| Count | Gets the number of data values |
| this[int] | if index is more then maximum allowed value provider should try not to throw exception, but return default (0) value. |