Initializes a new instance of the StatementRef class

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

Syntax

C#
public StatementRef(
	Guid id
)
Visual Basic
Public Sub New ( 
	id As Guid
)
Visual C++
public:
StatementRef(
	Guid id
)
F#
new : 
        id : Guid -> StatementRef

Parameters

id
Type: System..::..Guid

[Missing <param name="id"/> documentation for "M:TinCan.StatementRef.#ctor(System.Guid)"]

See Also