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