Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public static class Gregor.Core.Ary Custom Attributes: Gregor.Core.Module() Description:
public Ary() Custom Attributes: Description:
static public System.String[] CreateArray(params System.String[] values) Custom Attributes: values - System.ParamArray() Description:
static public System.Char[] CreateArray(params System.Char[] values) Custom Attributes: values - System.ParamArray() Description:
static public System.Double[] CreateArray(params System.Double[] values) Custom Attributes: values - System.ParamArray() Description:
static public System.Int32[] CreateArray(params System.Int32[] values) Custom Attributes: values - System.ParamArray() Description:
static public System.Array CreateArray(System.Type tpElement, params System.Object[] values) Custom Attributes: values - System.ParamArray() Description:
static public System.Byte[] CreateArray(params System.Byte[] values) Custom Attributes: values - System.ParamArray() Description:
static public System.Type GetElementType(System.Array ar) Custom Attributes: Description:
static public System.Int32[] GetLengths(System.Array ar) Custom Attributes: Description:
static public System.Int32[] GetLowerBounds(System.Array ar) Custom Attributes: Description:
static public System.Int32[] GetUpperBounds(System.Array ar) Custom Attributes: Description:
static public System.Int32 GetVBUBound(System.Int32 lower, System.Int32 upper) Custom Attributes: Description:
static public System.Int32 GetVBUBound(System.Int32 count) Custom Attributes: Description:
static public T[] ShallowCopyArray(T[] aIn) Custom Attributes: Description:
static public System.Array Slice(System.Array ar, System.Int32 iStart, System.Int32 nLength) Custom Attributes: Description: