Class ODataEnumerable. Implements the IEnumerable<T>
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class ODataEnumerable<T>| Name | Description |
|---|---|
| T |
Initializes a new instance of the ODataEnumerable<T> class.
public ODataEnumerable<T>(IEnumerable<T> source)
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | source | The source. |
Gets the enumerator.
public IEnumerator<T> GetEnumerator()
| Type | Description |
|---|---|
| IEnumerator<T> | IEnumerator<T>. |