[Gregor.Core.NResults]

Gregor.Core.NResults

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

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: 


Members

NResults

public NResults()

Custom Attributes: 

Description: 

this

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

Custom Attributes: 

Description: 

Add

public void Add(Gregor.Core.IResult value)

Custom Attributes: 

Description: 

Clear

public void Clear()

Custom Attributes: 

Description: 

Create

static public Gregor.Core.NResults Create(params System.Object[] args)

Custom Attributes: 
args - System.ParamArray()

Description: 

GetTypes

public System.Type[] GetTypes()

Custom Attributes: 

Description: 

GetValues

public System.Object[] GetValues()

Custom Attributes: 

Description: 

InsertAt

public void InsertAt(System.Int32 index, Gregor.Core.IResult value)

Custom Attributes: 

Description: 

RemoveAt

public void RemoveAt(System.Int32 index)

Custom Attributes: 

Description: 

RemoveRange

public void RemoveRange(System.Int32 index, System.Int32 length)

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.NCollectionBase

Gregor.Core.NResults

System.Object

System.Reflection.DefaultMemberAttribute

System.Type

Gregor.Core.Collections.IObservableCollection

Gregor.Core.IObservable

Gregor.Core.IResult

System.Collections.ICollection

System.Collections.IEnumerable

System.Collections.IList

System.Int32

System.Void