Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
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.
public NStringMruList() Custom Attributes: Description:
public System.String this[System.Int32 index] {get;}
Custom Attributes:
Description:
public System.String MostRecent {get;}
Custom Attributes:
Description:
public System.Collections.Specialized.StringCollection GetAll() Custom Attributes: Description:
public void Push(System.String s) Custom Attributes: Description:
public void Remove(System.String s) Custom Attributes: Description:
public void RemoveAll(System.String s) Custom Attributes: Description:
public System.String[] ToArray() Custom Attributes: Description:
Gregor.Core.Collections.NMruBase
Gregor.Core.DescriptionAttribute
System.Collections.Specialized.StringCollection
System.Reflection.DefaultMemberAttribute
Gregor.Core.Collections.IObservableCollection
System.Collections.ICollection