[Gregor.Core.Collections.NGraphNodes]

Gregor.Core.Collections.NGraphNodes

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public class Gregor.Core.Collections.NGraphNodes

: Gregor.Core.Collections.NCollectionBase, Gregor.Core.Collections.IObservableCollection, Gregor.Core.IObservable, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList

Custom Attributes: System.Reflection.DefaultMember(MemberName="Item")

Description: 


Members

NGraphNodes

internal NGraphNodes(Gregor.Core.Collections.CGraphNode parent)

Custom Attributes: 

Description: 

m_Parent

private Gregor.Core.Collections.CGraphNode m_Parent

Custom Attributes: 

Description: 

this

public Gregor.Core.Collections.CGraphNode this[System.Int32 index] {get;}

Custom Attributes: 

Description: 

Add

internal void Add(Gregor.Core.Collections.CGraphNode value)

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CGraphNode

Gregor.Core.Collections.NCollectionBase

System.Reflection.DefaultMemberAttribute

Gregor.Core.Collections.IObservableCollection

Gregor.Core.IObservable

System.Collections.ICollection

System.Collections.IEnumerable

System.Collections.IList

System.Int32

System.Void