Clusterizator.DataTable.this C# (CSharp) Method

this() public method

The indexer.
public this ( long s ) : DataObject
s long /// The s. ///
return DataObject
        public DataObject this[long s]
        {
            get { return (DataObject)vault[s]; }
        }