Skip to main content
A newer version of this page is available. .

SpellCheckerCustomDictionary(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the SpellCheckerCustomDictionary class with specified settings.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v19.2.Core.dll

Declaration

public SpellCheckerCustomDictionary(
    SerializationInfo info,
    StreamingContext context
)

Parameters

Name Type
info SerializationInfo
context StreamingContext
See Also