21 lines
233 B
C#
21 lines
233 B
C#
namespace System;
|
|
|
|
internal enum ExceptionArgument
|
|
{
|
|
length,
|
|
start,
|
|
minimumBufferSize,
|
|
elementIndex,
|
|
comparable,
|
|
comparer,
|
|
destination,
|
|
offset,
|
|
startSegment,
|
|
endSegment,
|
|
startIndex,
|
|
endIndex,
|
|
array,
|
|
culture,
|
|
manager
|
|
}
|