Noear.Weed.DbReader.this C# (CSharp) Method

this() public method

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

Same methods

DbReader::this ( string name ) : object