| Package | system.data |
| Class | public class WeakReference |
| Inheritance | WeakReference Object |
| Property | Defined By | ||
|---|---|---|---|
| value : *
The value of the weak reference. | WeakReference | ||
| Method | Defined By | ||
|---|---|---|---|
WeakReference(value:* = null)
Create a new WeakReference instance. | WeakReference | ||
dispose():void
Dispose the reference. | WeakReference | ||
toString():String
Returns a String representation of the object. | WeakReference | ||
| value | property |
value:*The value of the weak reference.
public function get value():* public function set value(value:any):void| WeakReference | () | Constructor |
public function WeakReference(value:* = null)
Create a new WeakReference instance.
value:* (default = null) — The value of the weak reference.
|
| dispose | () | method |
public function dispose():voidDispose the reference.
| toString | () | method |
public function toString():StringReturns a String representation of the object.
ReturnsString — a String representation of the object.
|