ChildCollection<TParent,TChild>.GetParent Method (Microsoft.Xna.Framework.Content.Pipeline)

Gets the parent of a child object.

Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
protected abstract TParent GetParent(
	TChild child
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

child
Type: TChild
The child of the parent being retrieved.

Return Value

Type: TParent
The parent of the child object.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop