Class Overview When the variable in application corresponds to repetition processing, repetitive processing by foreach can be executed. (in .Net, when IEnumerator is inherited). Description An enumerable variable in the application
List<int> list = new List<int>();
IEnumerator IEnumerable.GetEnumerator() DescriptionProduces an enumerator for the provided variable. Return value An enumerator that allows iterative processing on the variable. JR |