TriggerTree.Matches(Object) 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.
Return the possible matches given the current state.
public System.Collections.Generic.IEnumerable<AdaptiveExpressions.TriggerTrees.Trigger> Matches (object state);
member this.Matches : obj -> seq<AdaptiveExpressions.TriggerTrees.Trigger>
Public Function Matches (state As Object) As IEnumerable(Of Trigger)
Parameters
- state
- Object
State to evaluate against.
Returns
Enumeration of possible matches.