[Gregor.Core.NLanguageInfos]

Gregor.Core.NLanguageInfos

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.NLanguageInfos

: 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

NLanguageInfos

internal NLanguageInfos(Gregor.Core.CLanguagePool pool)

Custom Attributes: 

Description: 

m_Pool

private Gregor.Core.CLanguagePool m_Pool

Custom Attributes: 

Description: 

this

public Gregor.Core.CLanguageInfo this[System.String sLanguageName] {get;}

Custom Attributes: 

Description: 

this

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

Custom Attributes: 

Description: 

Add

public void Add(Gregor.Core.CLanguageInfo lang)

Custom Attributes: 

Description: 

Remove

public void Remove(Gregor.Core.CLanguageInfo lang)

Custom Attributes: 

Description: 


See Also

Gregor.Core.CLanguageInfo

Gregor.Core.CLanguagePool

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