Gets the collection of matched conditions.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property MatchedEvents As ICollection(Of ScriptMatchInfo) Get |
C# |
---|
public ICollection<ScriptMatchInfo> MatchedEvents { get; } |