WeakArrayTAllowOutOfRangeRequests Property

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.

 

Namespace:  WebSupergoo.WordGlue4.Utilities
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public bool AllowOutOfRangeRequests { get; set; }

Property Value

Type: Boolean
See Also