[]
Creates an ItemsSourceDataProvider with data reader.
public ItemsSourceDataProvider(Func<IEnumerable> reader)
Public Sub New(reader As Func(Of IEnumerable))
| Type | Name | Description |
|---|---|---|
| Func<IEnumerable> | reader | A delegate indicates the data reader. |
Creates an ItemsSourceDataProvider with items.
public ItemsSourceDataProvider(IEnumerable items)
Public Sub New(items As IEnumerable)
| Type | Name | Description |
|---|---|---|
| IEnumerable | items | The items. |