Class ContainsFunction
public class ContainsFunction : GenericFunction<ExpressionResult, ExpressionResult>
- Inheritance
-
ContainsFunction
- Inherited Members
Constructors
ContainsFunction()
public ContainsFunction()
Fields
Identifier
public const string Identifier = "contains"
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, ExpressionResult, ExpressionResult)
protected override BoolResult Invoke(TokenLocation callLocation, Interpreter interpreter, ExpressionResult argument1, ExpressionResult argument2)
Parameters
callLocation
TokenLocationinterpreter
Interpreterargument1
ExpressionResultargument2
ExpressionResult