VBCodeProviderWithDocs(IDictionary<String, String>) Constructor

This constructor is passed a provider options dictionary

Definition

Namespace: EWSoftware.CodeDom
Assembly: EWSoftware.CodeDom (in EWSoftware.CodeDom.dll) Version: 2022.3.12.0
public VBCodeProviderWithDocs(
	IDictionary<string, string> providerOptions
)

Parameters

providerOptions  IDictionary<String, String>
The provider options

See Also