Search Results for

    Show / Hide Table of Contents

    Class AccumulateIntoCollection<T>

    An Accumulator that adds each element to a collection.

    Inheritance
    Object
    AccumulateIntoCollection<T>
    Implements
    Accumulator<T>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Distributions
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public class AccumulateIntoCollection<T> : Accumulator<T>
    Type Parameters
    Name Description
    T

    Constructors

    AccumulateIntoCollection(ICollection<T>)

    Declaration
    public AccumulateIntoCollection(ICollection<T> collection)
    Parameters
    Type Name Description
    ICollection<T> collection

    Fields

    Collection

    Declaration
    public ICollection<T> Collection
    Field Value
    Type Description
    ICollection<T>

    Methods

    Add(T)

    Declaration
    public void Add(T item)
    Parameters
    Type Name Description
    T item

    Clear()

    Declaration
    public void Clear()

    Implements

    Accumulator<T>
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.