Okapi .NET Library

BaseUtilitySet Class

 [This is preliminary documentation and subject to change.]

Base class for the implementation of the IUtilitySet interface.

For a list of all members of this type, see BaseUtilitySet Members.

System.Object
   Okapi.Library.Utility.BaseUtilitySet

[Visual Basic]
MustInherit Public Class BaseUtilitySet
    Implements IUtilitySet
[C#]
public abstract class BaseUtilitySet : IUtilitySet
[C++]
public __gc __abstract class BaseUtilitySet : public IUtilitySet
[JScript]
public  class BaseUtilitySet extends IUtilitySet

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This base class supports up to 3 input lists.

Requirements

Namespace: Okapi.Library.Utility

Assembly: Okapi.Library.Utility (in Okapi.Library.Utility.dll)

See Also

BaseUtilitySet Members | Okapi.Library.Utility Namespace