IAttachable<ParentT>.Attach Method

Definition

Attaches this child object's definition to its parent's definition.

public ParentT Attach ();
abstract member Attach : unit -> 'ParentT
Public Function Attach () As ParentT

Returns

ParentT

the next stage of the parent object's definition

Applies to