ALinq.Tests.AsyncEnumerableSelectManyTests.Entry.Entry C# (CSharp) 메소드

Entry() 공개 메소드

public Entry ( int start ) : System.Linq
start int
리턴 System.Linq
            public Entry(int start)
            {
                this.start = start;
            }
        }
AsyncEnumerableSelectManyTests.Entry