Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.ProductsDataTable.GetEnumerator C# (CSharp) 메소드

GetEnumerator() 개인적인 메소드

private GetEnumerator ( ) : global::System.Collections.IEnumerator
리턴 global::System.Collections.IEnumerator
            public virtual global::System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }