ComponentArgumentsEnumerator public class ComponentArgumentsEnumerator : IDictionaryEnumerator, IEnumerator Documentation public object Current { get; } public DictionaryEntry Entry { get; } public object Key { get; } public object Value { get; } public ComponentArgumentsEnumerator(IList<IArgumentsStore> stores) public bool MoveNext() public void Reset()