DeferredDeletionAttribute Constructors
Enables deferred object deletion.| Name | Parameters | Description |
|---|---|---|
| DeferredDeletionAttribute() | none | Initializes a new instance of the DeferredDeletionAttribute class. |
| DeferredDeletionAttribute(Boolean) | enabled | Initializes a new instance of the DeferredDeletionAttribute class with the specified DeferredDeletionAttribute.Enabled property. |
See Also