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;
|
|
}
|
|
} |