25 lines
280 B
C#
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
|
|
}
|