Click or drag to resize
Askia

IQuotaResponseCollection Interface

[Missing <summary> documentation for "T:AskiaCore.IQuotaResponseCollection"]

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IQuotaResponseCollection : ICollection<IQuotaResponse>, 
	IEnumerable<IQuotaResponse>, IEnumerable

The IQuotaResponseCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionIQuotaResponse.)
Public methodAddResponseGroup
Public methodClear (Inherited from ICollectionIQuotaResponse.)
Public methodContains (Inherited from ICollectionIQuotaResponse.)
Public methodCopyTo (Inherited from ICollectionIQuotaResponse.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIQuotaResponse.)
Public methodRemove (Inherited from ICollectionIQuotaResponse.)
Top
See Also