Class AsyncExpressionFunctionData
- Namespace
- NCalc
- Assembly
- NCalc.Async.dll
public class AsyncExpressionFunctionData : IEnumerable<AsyncExpression>, IEnumerable
- Inheritance
-
AsyncExpressionFunctionData
- Implements
- Inherited Members
Constructors
AsyncExpressionFunctionData(Guid, AsyncExpression[], AsyncExpressionContext)
public AsyncExpressionFunctionData(Guid id, AsyncExpression[] arguments, AsyncExpressionContext context)
Parameters
id
Guidarguments
AsyncExpression[]context
AsyncExpressionContext
Properties
Context
public AsyncExpressionContext Context { get; }
Property Value
Id
public Guid Id { get; }
Property Value
this[int]
public AsyncExpression this[int index] { get; set; }
Parameters
index
int
Property Value
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<AsyncExpression> GetEnumerator()
Returns
- IEnumerator<AsyncExpression>
An enumerator that can be used to iterate through the collection.