WeakArrayT Properties

The WeakArrayT generic type exposes the following members.

Properties
  Name Description
Public property 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.
Public property Item
Get value by index. This method may throw an ArgumentOutOfRangeException.
Public property Length
The length of the array.
Top
See Also