WeakArrayT Class

An array of objects referenced by WeakReferences. This collection is thread safe for reads and writes.
Hierarchy
SystemObject
  WebSupergoo.WordGlue4.UtilitiesWeakArrayT

 

Namespace:  WebSupergoo.WordGlue4.Utilities
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public class WeakArray<T>

Type Parameters

T
The type of object to be contained.

The WeakArrayT type exposes the following members.

Constructors
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