The ExpectAction type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ExpectAction(String, Action String ) |
Initializes a new instance of the ExpectAction class.
| |
| ExpectAction(Regex, Action String ) |
Initializes a new instance of the ExpectAction class.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Action |
Gets the action to perform when expected expression is found.
| |
| Expect |
Gets the expected regular expression.
|
See Also