[Gregor.Core.IRandomAccessTuple]

Gregor.Core.IRandomAccessTuple

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public interface Gregor.Core.IRandomAccessTuple

: Gregor.Core.ITuple

Custom Attributes: 

Description: 


Members

GetElement

System.Object GetElement(System.Int32 index)

Custom Attributes: 

Description: 

SetElement

void SetElement(System.Int32 index, System.Object value)

Custom Attributes: 

Description: 


See Also

System.Object

Gregor.Core.ITuple

System.Int32

System.Void