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

SharedDictionaryStorage(IContainer) Constructor

Initializes a new SharedDictionaryStorage class instance with the specified container.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v18.2.dll

Declaration

public SharedDictionaryStorage(
    IContainer container
)

Parameters

Name Type Description
container IContainer

A IContainer object that provides functionality for containers.

Remarks

Creates a new SharedDictionaryStorage component with the specified container.

See Also