Initializes a new instance of the Verb class

Namespace: TinCan
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

C#
public Verb(
	string str
)
Visual Basic
Public Sub New ( 
	str As String
)
Visual C++
public:
Verb(
	String^ str
)
F#
new : 
        str : string -> Verb

Parameters

str
Type: System..::..String

[Missing <param name="str"/> documentation for "M:TinCan.Verb.#ctor(System.String)"]

See Also