'Declaration
Public Sub Attach( _ ByVal binder As AbstractBinder _ )
'Usage
Dim instance As BindingBase Dim binder As AbstractBinder instance.Attach(binder)
public void Attach( AbstractBinder binder )
public: void Attach( AbstractBinder^ binder )
Parameters
- binder
- The mapper to be attached to.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).