Merge pull request #2353 from ludovic-henry/fix-servicemodel-15153
[mono.git] / mcs / class / corlib / ReferenceSources / Array.cs
1 namespace System
2 {
3         static class Array_ReferenceSources
4         {
5                 internal const int MaxArrayLength = 0X7FEFFFFF;
6                 internal const int MaxByteArrayLength = 0x7FFFFFC7;
7         }
8 }