Search Results for

    Show / Hide Table of Contents

    Delegate JaggedArray.ElementAction

    Delegate for jagged array element visitor

    Namespace: Microsoft.ML.Probabilistic.Collections
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public delegate void ElementAction(object elt);
    Parameters
    Type Name Description
    Object elt

    Jagged array element

    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.