







Defines a Set and an Accessor function
Namespace: Optimization.Interfaces
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
| C# |
|---|
public interface ISetAccessor<T, out S> |
| Visual Basic |
|---|
Public Interface ISetAccessor(Of T, Out S) |
| Visual C++ |
|---|
generic<typename T, typename S> public interface class ISetAccessor |
Type Parameters
- T
- The type of the Set
- S
- The return type of the Accessor function
