MtxForLoop.aSetLength Method

Overload List

#SignatureDescription
1void aSetLength(ref TLoopThread[] a, Int64 Len)
2void aSetLength(ref WaitHandle[] a, Int64 Len)

Overload 1: void aSetLength(ref TLoopThread[] a, Int64 Len)

#NameTypeDescription
1aTLoopThread[] (ref)
2LenInt64element count

Result: stored in self (calling object)

Overload 2: void aSetLength(ref WaitHandle[] a, Int64 Len)

#NameTypeDescription
1aWaitHandle[] (ref)
2LenInt64element count

Result: stored in self (calling object)