Arguments public class Arguments : IDictionary, ICollection, IEnumerable, ICloneable Documentation protected IDictionary arguments public int Count { get; } public object this[object key] { get; set; } public ICollection Keys { get; } public ICollection Values { get; } public Arguments(object namedArgumentsAsAnonymousType, IArgumentsComparer[] customComparers) public Arguments(IDictionary values, IArgumentsComparer[] customComparers) public Arguments(object[] typedArguments, IArgumentsComparer[] customComparers) public Arguments(IArgumentsComparer[] customComparers) public void Add(object key, object value) public void Clear() public bool Contains(object key) protected virtual Arguments CreateDeepCopy() public IDictionaryEnumerator GetEnumerator() public void Remove(object key)