LogicalExpressionCollection.Add(LogicalExpression) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int Add(Microsoft::RuleEngine::LogicalExpression ^ item);
public int Add (Microsoft.RuleEngine.LogicalExpression item);
override this.Add : Microsoft.RuleEngine.LogicalExpression -> int
Public Function Add (item As LogicalExpression) As Integer
Parameters
- item
- LogicalExpression