Home
last modified time | relevance | path

Searched refs:MAX_RANDOM_ASCII_CHAR (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/Support/
H A DTCSupport.cs291 private const int MAX_RANDOM_ASCII_CHAR = 127; field in Legacy.Support.TCSupport
411 return (char)s_random.Next(MIN_RANDOM_ASCII_CHAR, MAX_RANDOM_ASCII_CHAR + 1); in GenerateRandomASCII()