UtilStringWordListsWordsEnglish Property
Gets a word-list that contains English words (eg. Cow, Sword, Toy).
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> WordsEnglish { get; }
Public Shared ReadOnly Property WordsEnglish As ReadOnlyCollection(Of String)
Get
Dim value As ReadOnlyCollection(Of String)
value = UtilStringWordLists.WordsEnglish
public:
static property ReadOnlyCollection<String^>^ WordsEnglish {
ReadOnlyCollection<String^>^ get ();
}
static member WordsEnglish : ReadOnlyCollection<string> with get
No code example is currently available or this language may not be supported.
Property Value
ReadOnlyCollectionString
The words.