Dictionary of words and their replacements.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
public class WordDictionary : Dictionary<string, string>
Visual Basic (Declaration)
Public Class WordDictionary _
	Inherits Dictionary(Of String, String)

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
    C1.Web.Editor..::..WordDictionary

See Also