Class ReadOnlyArray<T>.Builder
Inherited Members
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> |