Clusterizator.DataTable.this C# (CSharp) 메소드

this() 공개 메소드

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