Table of Contents

Method GetValues

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetValues()

Retrieves all values stored in this array.

public IEnumerable<TValue> GetValues()

Returns

IEnumerable<TValue>

An IEnumerable<T> containing all values in the array.