Struct ArrayAlias<T>
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public struct ArrayAlias<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
ArrayAlias(T[], Int32)
Declaration
public ArrayAlias(T[] source, int i)
Parameters
| Type | Name | Description |
|---|---|---|
| T[] | source | |
| Int32 | i |
Fields
Index
Declaration
public int Index
Field Value
| Type | Description |
|---|---|
| Int32 |
Source
Declaration
public T[] Source
Field Value
| Type | Description |
|---|---|
| T[] |
Properties
Item[Int32]
Declaration
public T this[int i] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | i |
Property Value
| Type | Description |
|---|---|
| T |