Class Array
Prefix operation that create an object array
Operand Count: 0 to infinite
Operand Type: Any
Output Type: System.Collections.Generic.List<T> where T is Object
Usage: @(1, 2, 3, 4, 5)
Inheritance
System.Object
Array
Assembly: Albatross.Expression.dll
Syntax
public class Array : PrefixOperationToken, IToken
Properties
MaxOperandCount
Declaration
public override int MaxOperandCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
MinOperandCount
Declaration
public override int MinOperandCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Symbolic
Declaration
public override bool Symbolic { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
EvalValue(Func<String, Object>)
Declaration
public override object EvalValue(Func<string, object> context)
Parameters
Type |
Name |
Description |
System.Func<System.String, System.Object> |
context |
|
Returns
Type |
Description |
System.Object |
|
Overrides
Implements
Extension Methods