Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
public class Gregor.Core.Collections.NNodeAttributes : 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:
public NNodeAttributes() Custom Attributes: Description:
public Gregor.Core.Collections.CNodeAttribute this[System.String sName] {get;}
Custom Attributes:
Description:
public Gregor.Core.Collections.CNodeAttribute this[System.Int32 index] {get;}
Custom Attributes:
Description:
public void Add(Gregor.Core.Collections.CNodeAttribute attrib) Custom Attributes: Description:
public void Clear() Custom Attributes: Description:
public void Remove(System.String sName) Custom Attributes: Description:
public void Remove(System.Int32 index) Custom Attributes: Description:
Gregor.Core.Collections.CNodeAttribute
Gregor.Core.Collections.NCollectionBase
System.Reflection.DefaultMemberAttribute
Gregor.Core.Collections.IObservableCollection
System.Collections.ICollection