Keyoti RapidSpell WPF API Docs
ReadAll Method (list)
APIKeyoti.RapidSpell.WpfUserDictionaryReadAll(ArrayList)
Keyoti RapidSpell WPF
Read the dictionary word list into list.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual int ReadAll(
	ArrayList list
)
public virtual int ReadAll(
	ArrayList list
)
Public Overridable Function ReadAll ( 
	list As ArrayList
) As Integer
Public Overridable Function ReadAll ( 
	list As ArrayList
) As Integer
public:
virtual int ReadAll(
	ArrayList^ list
)
public:
virtual int ReadAll(
	ArrayList^ list
)
abstract ReadAll : 
        list : ArrayList -> int 
override ReadAll : 
        list : ArrayList -> int 
abstract ReadAll : 
        list : ArrayList -> int 
override ReadAll : 
        list : ArrayList -> int 
Parameters
list (ArrayList)
the String array that the word list will be read into.
Return Value
Int32
number of words in list.

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214