Initializes a new instance of the class with the given parameters.
Syntax
'Declaration
Public Function New( _
ByVal As , _
ByVal As Boolean, _
ByVal As String, _
ByVal As _
)
'Usage
Dim instanceParameters As
Dim isolated As Boolean
Dim differentiator As String
Dim isolatedParameters As
Dim instance As New ParameterizedSelector(Of TInstanceParameters,TAdaptableParameters)(instanceParameters, isolated, differentiator, isolatedParameters)
public ParameterizedSelector<TInstanceParameters,TAdaptableParameters>(
,
bool ,
string ,
)
public:
ParameterizedSelector<TInstanceParameters,TAdaptableParameters>(
,
bool ,
String^ ,
)
Parameters
- instanceParameters
- Instance parameters of the object that should be selected.
- isolated
- Determines whether the object selected should operate isolated from other objects.
- differentiator
- An arbitrary string that differentiates the selected object from others with the same parameters.
- isolatedParameters
- Adaptable parameters of the isolated object that should be selected.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also