Class ExpressionList
Lists of Expressions are represented as ExpressionList's.
Implements
Inherited Members
Namespace: HAPI
Assembly: hugincs-9.7-netstandard2.0-x64.dll
Syntax
public class ExpressionList : List<Expression>, IList<Expression>, ICollection<Expression>, IList, ICollection, IReadOnlyList<Expression>, IReadOnlyCollection<Expression>, IEnumerable<Expression>, IEnumerable
Constructors
ExpressionList()
Constructs a new ExpressionList
Declaration
public ExpressionList()