ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpellCheckDictionary

    Show / Hide Table of Contents

    Class SpellCheckDictionary

    The spell check dictionary.

    Inheritance
    System.Object
    SpellCheckDictionary
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.SpellChecker
    Assembly: Syncfusion.EJ2.SpellChecker.dll
    Syntax
    public class SpellCheckDictionary

    Constructors

    SpellCheckDictionary(DictionaryData)

    Initializes a new instance of SpellCheckDictionary class using the specified dictionary data.

    Declaration
    public SpellCheckDictionary(DictionaryData item)
    Parameters
    Type Name Description
    DictionaryData item

    The dictionary data value

    Methods

    Finalize()

    Releases all resources used by the SpellCheckDictionary instance.

    Declaration
    protected void Finalize()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved