Keyword(s) to search:
Sort results by title
Keyword Index
Extensions
.
.
::
.
.
IsVowel Method
Returns whether or not a character is a vowel
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
static
bool
IsVowel
(
this
char
ch
)
Parameters
ch
Type:
Char
The character
Return Value
Whether or not the character is a vowel
See Also
Extensions Class
AngbandOS.Core Namespace