Class ReadOnlyWrapper<T>
Inheritance
ReadOnlyWrapper<T>
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class ReadOnlyWrapper<T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
Constructors
ReadOnlyWrapper(IList<T>)
Declaration
public ReadOnlyWrapper(IList<T> list)
Parameters
Type |
Name |
Description |
IList<T> |
list |
|
Properties
Count
Declaration
public int Count { get; }
Property Value
Item[Int32]
Declaration
public T this[int index] { get; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Methods
GetEnumerator()
Declaration
public IEnumerator<T> GetEnumerator()
Returns
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Implements
Extension Methods