[Gregor.Core.NAliasInfos]

Gregor.Core.NAliasInfos

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.NAliasInfos

: 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

NAliasInfos

public NAliasInfos()

Custom Attributes: 

Description: 

this

public Gregor.Core.CAliasInfo this[System.String sKey] {get;}

Custom Attributes: 

Description: 

this

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

Custom Attributes: 

Description: 

Add

public void Add(Gregor.Core.CAliasInfo nsv)

Custom Attributes: 

Description: 

Remove

public void Remove(Gregor.Core.CAliasInfo nsv)

Custom Attributes: 

Description: 


See Also

Gregor.Core.CAliasInfo

Gregor.Core.Collections.NCollectionBase

System.Reflection.DefaultMemberAttribute

System.String

Gregor.Core.Collections.IObservableCollection

Gregor.Core.IObservable

System.Collections.ICollection

System.Collections.IEnumerable

System.Collections.IList

System.Int32

System.Void