Creates an instance

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public Suggestion( string word, int score )
public Suggestion( string word, int score )
Public Sub New ( word As String, score As Integer )
Public Sub New ( word As String, score As Integer )
public: Suggestion( String^ word, int score )
public: Suggestion( String^ word, int score )
new : word : string * score : int -> Suggestion
new : word : string * score : int -> Suggestion

- word (String)
- The suggested word
- score (Int32)
- The score 0-1000 of how suitable suggestion is.
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331