7 lines
113 B
C#
Raw Normal View History

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