DataDictionary.Generated.DBPacket.getFields C# (CSharp) Method

getFields() public method

Part of the list interface for Fields This function returns an element from the collection in Fields based on an index.
public getFields ( int idx ) : DBField
idx int the index of the element to extract
return DBField
        public DBField getFields(int idx)
        {
            return (DBField) ( allFields()[idx]);
        }

Same methods

DBPacket::getFields ( ) : ArrayList