Method Deconstruct
Deconstruct(out T1, out Entity)
Clean up an existing object.
Declaration
public void Deconstruct(out T1 item1, out Entity entity)
Parameters
Type | Name | Description |
---|---|---|
T1 | item1 | The value for |
Entity | entity | The entity |
Remarks
Objects of this type are typically created and destroyed automatically by the source generators.