Construct a new Country rule object with a country code
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal code As String _ ) |
| C# |
|---|
| public Country( string code ) |
| C++ |
|---|
| public: Country( String code ) sealed |
| J# |
|---|
| public Country( string code ) |
| JScript |
|---|
| public function Country( code : String ) |
Parameters
- code