Table of Contents

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 Guid
arguments AsyncExpression[]
context AsyncExpressionContext

Properties

Context

public AsyncExpressionContext Context { get; }

Property Value

AsyncExpressionContext

Id

public Guid Id { get; }

Property Value

Guid

this[int]

public AsyncExpression this[int index] { get; set; }

Parameters

index int

Property Value

AsyncExpression

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.