[Gregor.Core.NamedAccessTupleUtil]

Gregor.Core.NamedAccessTupleUtil

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

internal static class Gregor.Core.NamedAccessTupleUtil

Custom Attributes: Gregor.Core.Module()

Description: 


Members

GetElement

static public System.Object GetElement(Gregor.Core.IRandomAccessTuple tuple, System.String[] asNames, System.String sElementName)

Custom Attributes: 

Description: 

GetIndex

static public System.Int32 GetIndex(Gregor.Core.IRandomAccessTuple tuple, System.String[] asNames, System.String sElementName, System.Boolean fThrowOnError)

Custom Attributes: 

Description: 

GetName

static public System.String GetName(Gregor.Core.IRandomAccessTuple tuple, System.String[] asNames, System.Int32 index, System.Boolean fThrowOnError)

Custom Attributes: 

Description: 

SetElement

static public void SetElement(Gregor.Core.IRandomAccessTuple tuple, System.String[] asNames, System.String sElementName, System.Object value)

Custom Attributes: 

Description: 


See Also

Gregor.Core.ModuleAttribute

System.Object

System.String

Gregor.Core.IRandomAccessTuple

System.Boolean

System.Int32

System.Void