DataDictionary.Generated.Paragraph.allTypeSpecs C# (CSharp) Method

allTypeSpecs() public method

Part of the list interface for TypeSpecs
public allTypeSpecs ( ) : ArrayList
return System.Collections.ArrayList
        public System.Collections.ArrayList allTypeSpecs()
        {
            if (aTypeSpecs == null){
            setAllTypeSpecs( new System.Collections.ArrayList() );
            } // If
            return aTypeSpecs;
        }