Case Constructor (String, String)

Microsoft Robotics Studio

Initializes a new instance of the Case class.

Namespace: Microsoft.Dss.Services.Test
Assembly:  DssTest (in DssTest.dll)
Version: 1.5.507.0

Syntax

public Case(
    string name,
    string description
)
'Declaration
Public Sub New ( _
    name As String, _
    description As String _
)
public:
Case (
    String^ name, 
    String^ description
)

Parameters

See Also

Case Class

Microsoft.Dss.Services.Test Namespace