Okapi .NET Library

BaseUtilitySet.m_aOutputSet Field

 [This is preliminary documentation and subject to change.]

Storage array for the output list.

[Visual Basic]
Protected m_aOutputSet As ArrayList
[C#]
protected ArrayList m_aOutputSet;
[C++]
protected: ArrayList* m_aOutputSet;
[JScript]
protected var m_aOutputSet: ArrayList;

See Also

BaseUtilitySet Class | Okapi.Library.Utility Namespace