WeakArrayT Properties |
The WeakArrayT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowOutOfRangeRequests |
Whether to throw an
ArgumentOutOfRangeExceptions if the requested index is not in the
array. If true then no exception will be thrown and null will be
returned. The default value is true.
|
|
| Item |
Get value by index. This method may throw an
ArgumentOutOfRangeException.
|
|
| Length |
The length of the array.
|