DictUtils(String, DictionaryString, String) Constructor

Full constructor with configuration filename and dictionay name

Definition

Namespace: MbcsUtils
Assembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
VB
Public Sub New ( 
	fileName As String,
	dict As Dictionary(Of String, String)
)

Dim fileName As String
Dim dict As Dictionary(Of String, String)

Dim instance As New DictUtils(fileName, 
	dict)

Parameters

fileName  String

[Missing <param name="fileName"/> documentation for "M:MbcsUtils.DictUtils.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,System.String})"]

dict  DictionaryString, String

[Missing <param name="dict"/> documentation for "M:MbcsUtils.DictUtils.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,System.String})"]

See Also