Click or drag to resize

commandExpressionCollection Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectioncommandExpression
    System.Collections.ObjectModelObservableCollectioncommandExpression
      imbACE.Core.commands.expressionscommandExpressionCollection

Namespace:  imbACE.Core.commands.expressions
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public class commandExpressionCollection : ObservableCollection<commandExpression>
Request Example View Source

The commandExpressionCollection type exposes the following members.

Constructors
  NameDescription
Public methodcommandExpressionCollection
Initializes a new instance of the commandExpressionCollection class
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also