Fanx.Fcode.FTable.get C# (CSharp) Method

get() public method

public get ( int index ) : object
index int
return object
        public object get(int index)
        {
            return m_table[index];
        }