Method LoadFile
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
LoadFile(string)
Loads the contents of the specified file into the snippet.
public virtual bool LoadFile(string fileName)
Parameters
fileName
stringName of file to load.
Returns
- bool
True is succeed; otherwise false.
LoadFile(string, Encoding)
Loads the contents of the specified file into the snippet.
public virtual bool LoadFile(string fileName, Encoding encoding)
Parameters
Returns
- bool
True is succeed; otherwise false.