Parameter.SetBinding<T> Method (IEnumerable<T>, Func)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.SolverFoundation.Services
Assemblies:   Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Sub SetBinding(Of T) ( _
    binding As IEnumerable(Of T), _
    valueGetter As Func _
)
public void SetBinding<T>(
    IEnumerable<T> binding,
    Func valueGetter
)
public:
generic<typename T>
void SetBinding(
    IEnumerable<T>^ binding, 
    Func^ valueGetter
)
member SetBinding : 
        binding:IEnumerable<'T> * 
        valueGetter:Func -> unit 
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

.NET Framework Security

See Also

Reference

Parameter Class

SetBinding Overload

Microsoft.SolverFoundation.Services Namespace