[Gregor.Core.Configuration.NOptionInfos]

Gregor.Core.Configuration.NOptionInfos

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Configuration.

Details

public class Gregor.Core.Configuration.NOptionInfos

: 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

NOptionInfos

public NOptionInfos()

Custom Attributes: 

Description: 

this

public Gregor.Core.Configuration.COptionInfo this[System.String sName] {get;}

Custom Attributes: 

Description: 

this

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

Custom Attributes: 

Description: 

Add

internal void Add(Gregor.Core.Configuration.COptionInfo operand)

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.NCollectionBase

Gregor.Core.Configuration.COptionInfo

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