System.Xml.Tests.MyArrayIterator.MyArrayIterator C# (CSharp) Method

MyArrayIterator() public method

public MyArrayIterator ( ArrayList array ) : Xunit
array System.Collections.ArrayList
return Xunit
        public MyArrayIterator(ArrayList array)
        {
            this.array = array;
            this.index = 0;
        }

Same methods

MyArrayIterator::MyArrayIterator ( MyArrayIterator it ) : Xunit