NodeContentCollection Class (Microsoft.Xna.Framework.Content.Pipeline.Graphics)

System.Object
   System.Collections.ObjectModel.Collection<T>
      Microsoft.Xna.Framework.Content.Pipeline.ChildCollection<TParent,TChild>
         Microsoft.Xna.Framework.Content.Pipeline.Graphics.NodeContentCollection

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public class NodeContentCollection : ChildCollection<TParent,TChild>

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

The NodeContentCollection type exposes the following members.

  Platforms Name Description
ClearItems Removes all children from the collection. (Inherited from ChildCollection<TParent,TChild>.)
GetParent Gets the parent of a child object. (Overrides ChildCollection<TParent,TChild>.GetParent().)
InsertItem Inserts a child object into the collection at the specified location. (Inherited from ChildCollection<TParent,TChild>.)
RemoveItem Removes a child object from the collection. (Inherited from ChildCollection<TParent,TChild>.)
SetItem Modifies the value of the child object at the specified location. (Inherited from ChildCollection<TParent,TChild>.)
SetParent Modifies the value of the parent object of the specified child object. (Overrides ChildCollection<TParent,TChild>.SetParent().)
Top
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop