Class ApiDataCollection<T>
Inheritance
ApiDataCollection<T>
Assembly: Ascon.Polynom.Api.dll
Syntax
public class ApiDataCollection<T> : ApiDataCollection, IDisposable
Type Parameters
Constructors
ApiDataCollection(ApiObjectIdentifier, IReadOnlyList<T>, bool)
Declaration
public ApiDataCollection(ApiObjectIdentifier enumeratorId, IReadOnlyList<T> objects, bool isAll = true)
Parameters
Properties
TypedObjects
Declaration
public IReadOnlyList<T> TypedObjects { get; }
Property Value
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
Implements