Class FileReadFunction
public class FileReadFunction : GenericFunction<StringResult>
- Inheritance
-
FileReadFunction
- Inherited Members
Constructors
FileReadFunction()
public FileReadFunction()
Fields
Identifier
public const string Identifier = "fileRead"
Field Value
Properties
NativeParameters
protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }
Property Value
ReturnTypes
protected override IEnumerable<ResultType> ReturnTypes { get; }
Property Value
Methods
Invoke(TokenLocation, Interpreter, StringResult)
protected override ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter, StringResult argument1)
Parameters
callLocation
TokenLocationinterpreter
Interpreterargument1
StringResult