Keyoti SearchUnit API Docs
FoundSpellingErrorEventArgs Constructor (misspelling, suggestions)
API DocumentationKeyoti.SearchEngine.SuggestionsFoundSpellingErrorEventArgsFoundSpellingErrorEventArgs(String, ArrayList)
Keyoti SearchUnit v6
Constructor
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public FoundSpellingErrorEventArgs(
	string misspelling,
	ArrayList suggestions
)
public FoundSpellingErrorEventArgs(
	string misspelling,
	ArrayList suggestions
)
Public Sub New ( 
	misspelling As String,
	suggestions As ArrayList
)
Public Sub New ( 
	misspelling As String,
	suggestions As ArrayList
)
public:
FoundSpellingErrorEventArgs(
	String^ misspelling, 
	ArrayList^ suggestions
)
public:
FoundSpellingErrorEventArgs(
	String^ misspelling, 
	ArrayList^ suggestions
)
new : 
        misspelling : string * 
        suggestions : ArrayList -> FoundSpellingErrorEventArgs
new : 
        misspelling : string * 
        suggestions : ArrayList -> FoundSpellingErrorEventArgs
Parameters
misspelling (String)
suggestions (ArrayList)

Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2015.6.15.120