_objectList を配列化して返し、 同時に、引数 aNumOfObjs (配列)の1番目に要素数 _numberOfObjects を格納します。 Creates an array of objects which are included in '_objectList' and stores it in '_aObjArray' and the number of elements in 'aNumOfObjs'.
public virtual object[] makeObjectArray( int[]aNumOfObjs );
パラメータ
aNumOfObjs
an int[] value 第1要素に_objectList の要素数(_numberOfObjects)を格納したint型配列