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