ProcedureInfoList type: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "The ProcedureInfoList type is a system type for a collection the following signature: <p class="syntax"><span class="literal">arraylist of object ProcedureInfo class|Procedu...")
 
m (wordsmithing)
 
Line 1: Line 1:
The ProcedureInfoList type is a system type for a collection the following signature:
The <var>ProcedureInfoList</var> type is a system type for a collection. Specified in a method variable declaration, <code>type procedureInfoList</code> is equivalent to the following:
<p class="syntax"><span class="literal">arraylist of object [[ProcedureInfo class|ProcedureInfo]]</span></p>
<p class="syntax"><span class="literal">collection of object [[ProcedureInfo class|ProcedureInfo]]</span></p>
 
==See also==
==See also==
[[Lists of classes and methods]]
[[Lists of classes and methods]]
[[Category:System types]]
[[Category:System types]]

Latest revision as of 22:46, 25 April 2016

The ProcedureInfoList type is a system type for a collection. Specified in a method variable declaration, type procedureInfoList is equivalent to the following:

collection of object ProcedureInfo

See also

Lists of classes and methods