'Declaration
Protected Function New( _ ByVal fixedVariable As Boolean _ )
'Usage
Dim fixedVariable As Boolean Dim instance As New ExternalVariable(fixedVariable)
protected ExternalVariable( bool fixedVariable )
Parameters
- fixedVariable
true
if the external variable provide fixed value; otherwise, the external variable has precedent(s).