Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void aSetLength(ref TLoopThread[] a, Int64 Len) | |
| 2 | void aSetLength(ref WaitHandle[] a, Int64 Len) |
Overload 1: void aSetLength(ref TLoopThread[] a, Int64 Len)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TLoopThread[] (ref) | |
| 2 | Len | Int64 | element count |
Result: stored in self (calling object)
Overload 2: void aSetLength(ref WaitHandle[] a, Int64 Len)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | WaitHandle[] (ref) | |
| 2 | Len | Int64 | element count |
Result: stored in self (calling object)