Show / Hide Table of Contents

    IGroupingGetter.GetEnumerator() Method

    .NET Standard 2.x

    When the IsGroup property is true, returns an enumerator that iterates through the group.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

        IEnumerator<IGroupingGetter> GetEnumerator();
    

    Return

    System.Collections.Generic.IEnumerator<IGroupingGetter>

    An enumerator that iterates through the group.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon