Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    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>.

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT