Table of Contents

Class NodeContentCollection

Namespace
Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly
MonoGame.Framework.Content.Pipeline.dll
public class NodeContentCollection : ChildCollection<NodeContent, NodeContent>, IList<NodeContent>, ICollection<NodeContent>, IReadOnlyList<NodeContent>, IReadOnlyCollection<NodeContent>, IEnumerable<NodeContent>, IList, ICollection, IEnumerable
Inheritance
NodeContentCollection
Implements
Inherited Members

Methods

GetParent(NodeContent)

Gets the parent of a child object.

protected override NodeContent GetParent(NodeContent child)

Parameters

child NodeContent

The child of the parent being retrieved.

Returns

NodeContent

The parent of the child object.

SetParent(NodeContent, NodeContent)

Modifies the value of the parent object of the specified child object.

protected override void SetParent(NodeContent child, NodeContent parent)

Parameters

child NodeContent

The child of the parent being modified.

parent NodeContent

The new value for the parent object.