DictionaryImporterLoad Method (TextReader) |
Load a word list from a StreamReader.
Namespace: Kettic.AspNet.Controls.DictionariesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public void Load(
TextReader input
)
Public Sub Load (
input As TextReader
)
public:
void Load(
TextReader^ input
)
member Load :
input : TextReader -> unit
Parameters
- input
- Type: System.IOTextReader
The import reader.
See Also