Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.NResults : 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:
public NResults() Custom Attributes: Description:
public Gregor.Core.IResult this[System.Int32 index] {get;}
Custom Attributes:
Description:
public void Add(Gregor.Core.IResult value) Custom Attributes: Description:
public void Clear() Custom Attributes: Description:
static public Gregor.Core.NResults Create(params System.Object[] args) Custom Attributes: args - System.ParamArray() Description:
public System.Type[] GetTypes() Custom Attributes: Description:
public System.Object[] GetValues() Custom Attributes: Description:
public void InsertAt(System.Int32 index, Gregor.Core.IResult value) Custom Attributes: Description:
public void RemoveAt(System.Int32 index) Custom Attributes: Description:
public void RemoveRange(System.Int32 index, System.Int32 length) Custom Attributes: Description:
Gregor.Core.Collections.NCollectionBase
System.Reflection.DefaultMemberAttribute
Gregor.Core.Collections.IObservableCollection
System.Collections.ICollection