DataDictionary.Generated.DBPacket.allFields C# (CSharp) 메소드

allFields() 공개 메소드

Part of the list interface for Fields
public allFields ( ) : ArrayList
리턴 System.Collections.ArrayList
        public System.Collections.ArrayList allFields()
        {
            if (aFields == null){
            setAllFields( new System.Collections.ArrayList() );
            } // If
            return aFields;
        }