System.Data.Sql.SqlResultSetRow.this C# (CSharp) Method

this() private method

private this ( string name ) : object
name string
return object
        public object this[string name]
        {
            get { return null; }
        }