Show / Hide Table of Contents

Interface IDisposableReadOnlyCollection<T>

Return immutable collection of results

Inherited Members
IReadOnlyList<T>.Item[Int32]
IReadOnlyCollection<T>.Count
IEnumerable<T>.GetEnumerator()
IDisposable.Dispose()
Namespace: Microsoft.ML.OnnxRuntime
Assembly: Microsoft.ML.OnnxRuntime.dll
Syntax
public interface IDisposableReadOnlyCollection<T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, IDisposable
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
In This Article
Back to top