Search Results for

    Show / Hide Table of Contents

    Class ReadOnlyArray<T>.Builder

    Inheritance
    Object
    ReadOnlyArray<T>.Builder
    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.Collections
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public class Builder

    Constructors

    Builder(Int32)

    Declaration
    public Builder(int size)
    Parameters
    Type Name Description
    Int32 size

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32

    Item[Int32]

    Declaration
    public T this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    T

    Methods

    MoveToImmutable()

    Declaration
    public ReadOnlyArray<T> MoveToImmutable()
    Returns
    Type Description
    ReadOnlyArray<T>
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.