Condividi tramite


ChildResource<InnerT,ParentImplT,IParentT>.Parent Property

Definition

Gets the reference to the parent implementation, this is used by the child resource impls to invoke methods in the parent such as method to add the child resource impl to collection of child resources maintained by the parent.

public ParentImplT Parent { get; }
member this.Parent : 'ParentImplT
Public ReadOnly Property Parent As ParentImplT

Property Value

ParentImplT

Applies to