CommandProviders(IPlaceholderCommandProvider) Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public CommandProviders(
	params IPlaceholderCommandProvider[] providers
)

Parameters

providers  IPlaceholderCommandProvider
Collection of command providers to initialize with.

See Also