UtilStringWordListsCountries Property
Gets a word-list that contains country names (eg. China, Spain, United States).
Namespace: DevCase.Core.DataProcessing.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static ReadOnlyCollection<string> Countries { get; }
Public Shared ReadOnly Property Countries As ReadOnlyCollection(Of String)
Get
Dim value As ReadOnlyCollection(Of String)
value = UtilStringWordLists.Countries
public:
static property ReadOnlyCollection<String^>^ Countries {
ReadOnlyCollection<String^>^ get ();
}
static member Countries : ReadOnlyCollection<string> with get
No code example is currently available or this language may not be supported.
Property Value
ReadOnlyCollectionString
The country names.