f3e3aab35a
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
8 lines
167 B
C#
8 lines
167 B
C#
namespace System
|
|
{
|
|
static class Array_ReferenceSources
|
|
{
|
|
internal const int MaxArrayLength = 0X7FEFFFFF;
|
|
internal const int MaxByteArrayLength = 0x7FFFFFC7;
|
|
}
|
|
} |