Class ODataEnumerable<T>
Class ODataEnumerable. Implements the IEnumerable<T>
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class ODataEnumerable<T> : IEnumerable<T>, IEnumerable
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. |
See Also
IEnumerable<T>
Methods
GetEnumerator()
Gets the enumerator.
Declaration
public IEnumerator<T> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<T> | IEnumerator<T>. |
See Also
IEnumerable<T>
Implements
Extension Methods
See Also
IEnumerable<T>