[Gregor.Core.Collections.NStringMruList]

Gregor.Core.Collections.NStringMruList

Saturday, September 15, 2007

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

Details

public class Gregor.Core.Collections.NStringMruList

: Gregor.Core.Collections.NMruBase, Gregor.Core.Collections.IObservableCollection, Gregor.Core.IObservable, System.Collections.ICollection, System.Collections.IEnumerable

Custom Attributes: System.Reflection.DefaultMember(MemberName="Item"), Gregor.Core.Description(Text=...)

Description: An MRU list that keeps strings.


Members

NStringMruList

public NStringMruList()

Custom Attributes: 

Description: 

this

public System.String this[System.Int32 index] {get;}

Custom Attributes: 

Description: 

MostRecent

public System.String MostRecent {get;}

Custom Attributes: 

Description: 

GetAll

public System.Collections.Specialized.StringCollection GetAll()

Custom Attributes: 

Description: 

Push

public void Push(System.String s)

Custom Attributes: 

Description: 

Remove

public void Remove(System.String s)

Custom Attributes: 

Description: 

RemoveAll

public void RemoveAll(System.String s)

Custom Attributes: 

Description: 

ToArray

public System.String[] ToArray()

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.NMruBase

Gregor.Core.DescriptionAttribute

System.Collections.Specialized.StringCollection

System.Reflection.DefaultMemberAttribute

System.String

Gregor.Core.Collections.IObservableCollection

Gregor.Core.IObservable

System.Collections.ICollection

System.Collections.IEnumerable

System.Int32

System.Void