Table of Contents

Class Responses

public sealed class Responses : LiteRTLMNativeHandle
Inheritance
object
Responses
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

index int

The zero-based index of the element to get.

Property Value

Responses.Candidate

The element at the specified index in the read-only list.

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<Responses.Candidate> GetEnumerator()

Returns

IEnumerator<Responses.Candidate>

An enumerator that can be used to iterate through the collection.

Remarks

The returned enumerator is only valid for the lifetime of this Responses object.

ReleaseUnmanagedResources()

protected override void ReleaseUnmanagedResources()