NuoDb.Data.Client.WrapDataReaderAsFeeder.this C# (CSharp) Method

this() public method

public this ( int i ) : object
i int
return object
        public object this[int i]
        {
            get { return wrappedReader[i]; }
        }

Same methods

WrapDataReaderAsFeeder::this ( string name ) : object