NSoft.NFramework.DataServices.Messages.ResponseItem.this C# (CSharp) Method

this() public method

public this ( int index ) : ResultRow
index int
return ResultRow
        public ResultRow this[int index] {
            get { return ResultSet[index]; }
        }

Same methods

ResponseItem::this ( int rowIndex, string fieldName ) : object