8 lines
167 B
C#
Raw Normal View History

namespace System
{
static class Array_ReferenceSources
{
internal const int MaxArrayLength = 0X7FEFFFFF;
internal const int MaxByteArrayLength = 0x7FFFFFC7;
}
}