







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