[Gregor.Core.Ary]

Gregor.Core.Ary

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public static class Gregor.Core.Ary

Custom Attributes: Gregor.Core.Module()

Description: 


Members

Ary

public Ary()

Custom Attributes: 

Description: 

CreateArray

static public System.String[] CreateArray(params System.String[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

CreateArray

static public System.Char[] CreateArray(params System.Char[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

CreateArray

static public System.Double[] CreateArray(params System.Double[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

CreateArray

static public System.Int32[] CreateArray(params System.Int32[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

CreateArray

static public System.Array CreateArray(System.Type tpElement, params System.Object[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

CreateArray

static public System.Byte[] CreateArray(params System.Byte[] values)

Custom Attributes: 
values - System.ParamArray()

Description: 

GetElementType

static public System.Type GetElementType(System.Array ar)

Custom Attributes: 

Description: 

GetLengths

static public System.Int32[] GetLengths(System.Array ar)

Custom Attributes: 

Description: 

GetLowerBounds

static public System.Int32[] GetLowerBounds(System.Array ar)

Custom Attributes: 

Description: 

GetUpperBounds

static public System.Int32[] GetUpperBounds(System.Array ar)

Custom Attributes: 

Description: 

GetVBUBound

static public System.Int32 GetVBUBound(System.Int32 lower, System.Int32 upper)

Custom Attributes: 

Description: 

GetVBUBound

static public System.Int32 GetVBUBound(System.Int32 count)

Custom Attributes: 

Description: 

ShallowCopyArray<>

static public T[] ShallowCopyArray(T[] aIn)

Custom Attributes: 

Description: 

Slice

static public System.Array Slice(System.Array ar, System.Int32 iStart, System.Int32 nLength)

Custom Attributes: 

Description: 


See Also

Gregor.Core.ModuleAttribute

System.Array

System.Object

System.String

System.Type

T

System.Byte

System.Char

System.Double

System.Int32