hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface for enumeration operations.

    interface ISGIEnum {
        IsEmpty(): boolean;
        IsNext(): boolean;
        Next(): any;
        Reset(): any;
    }

    Hierarchy (View Summary)

    Index

    Methods