







![]() ![]() |
Optimization Framework |
ISetAccessor<(Of <(<'T, S>)>)>..::..Set Property |
ISetAccessor<(Of <(<'T, S>)>)> Interface See Also Send Feedback |
Gets the set.
Namespace: Optimization.Interfaces
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
C# |
---|
IEnumerable<S> Set { get; } |
Visual Basic |
---|
ReadOnly Property Set As IEnumerable(Of S) Get |
Visual C++ |
---|
property IEnumerable<S>^ Set { IEnumerable<S>^ get (); } |