Files
2026-08-27 10:56:38 -06:00

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
}