Class Responses
public sealed class Responses : LiteRTLMNativeHandle
- Inheritance
-
objectResponses
- Inherited Members
Properties
Count
Gets the number of elements in the collection.
public int Count { get; }
Property Value
- int
The number of elements in the collection.
this[int]
Gets the element at the specified index in the read-only list.
public Responses.Candidate this[int index] { get; }
Parameters
indexintThe zero-based index of the element to get.
Property Value
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<Responses.Candidate> GetEnumerator()
Returns
Remarks
The returned enumerator is only valid for the lifetime of this Responses object.
ReleaseUnmanagedResources()
protected override void ReleaseUnmanagedResources()