[This is preliminary documentation and is subject to change.]
Namespace: NFX.Log.DestinationsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public CompositeDestination(
params Destination[] inner
)
public CompositeDestination(
params Destination[] inner
)
Public Sub New (
ParamArray inner As Destination()
)
Public Sub New (
ParamArray inner As Destination()
)
public:
CompositeDestination(
... array<Destination^>^ inner
)
public:
CompositeDestination(
... array<Destination^>^ inner
)
new :
inner : Destination[] -> CompositeDestination
new :
inner : Destination[] -> CompositeDestination