TextAddedEventArgs Constructor |
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public TextAddedEventArgs(
string text
)
Public Sub New (
text As String
)
public:
TextAddedEventArgs(
String^ text
)
new :
text : string -> TextAddedEventArgs
Parameters
- text
- Type: SystemString
The text added to the Console stream
See Also