RandomExtensionsNextRune(Random) Method
Returns a random
Rune (Unicode character).
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.2.0
public static Rune NextRune(
this Random random
)
<ExtensionAttribute>
Public Shared Function NextRune (
random As Random
) As Rune
public:
[ExtensionAttribute]
static Rune NextRune(
Random^ random
)
[<ExtensionAttribute>]
static member NextRune :
random : Random -> Rune
- random Random
- The Random instance to use.
RuneA
Rune (Unicode character).In Visual Basic and C#, you can call this method as an instance method on any object of type
Random. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).