IAttachable.DetachFromParent Method |
Detaches the current object from its parent object.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 6.5.15.0 (6.5.15.0)
C#
bool DetachFromParent()
Return Value
Type: Booleantrue if the current object has been fully detached, i.e. is no longer attached to its parent by any other relationship, or false if the current object is still attached to the parent by some relationship.