Component | |
public class ComponentWithDisposeToken<T> where T : class
The ComponentWithDisposeTokenT type exposes the following members.
| Name | Description | |
|---|---|---|
| ComponentWithDisposeTokenT | Constructor |
| Name | Description | |
|---|---|---|
| Deconstruct | Deconstruct TupleWithDisposeToken into the Component and DisposeToken. | |
| Dispose | Disposes the DisposeToken and prevents access to Component. |
| Name | Description | |
|---|---|---|
| DisposeToken | Gets the DisposeToken |