 | CompoundTargetBase Constructor |
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxprotected CompoundTargetBase(
params Target[] targets
)
Protected Sub New (
ParamArray targets As Target()
)
Dim targets As Target()
Dim instance As New CompoundTargetBase(targets)
new :
targets : Target[] -> CompoundTargetBase
Parameters
- targets
- Type: NLog.TargetsTarget
The targets.
See Also