ComponentSpace Country Picker Control Reference

Country Constructor (String, String)

Initializes a new instance of the Country class with the specified country code and name.

[Visual Basic]
Overloads Public Sub New( _
   ByVal code As String, _
   ByVal name As String _
)
[C#]
public Country(
   string code,
   string name
);

Parameters

code
The country code.
name
The name of the country.

See Also

Country Class | ComponentSpace.CountryPicker Namespace | Country Constructor Overload List