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

25 lines
280 B
C#

namespace Microsoft.CodeAnalysis.Collections.Internal;
internal enum ExceptionArgument
{
dictionary,
array,
info,
key,
value,
startIndex,
index,
capacity,
collection,
item,
converter,
match,
count,
action,
comparison,
source,
length,
destinationArray,
other
}