Свойство | Type | Description | |
---|---|---|---|
FirstItem | |||
Length | int |
Méthode | Description | |
---|---|---|
DArrayStruct ( int length, int firstItemAddress ) : System | ||
DArrayStruct ( long length, long firstItemAddress ) : System | ||
DArrayStruct ( uint length, uint firstItemAddress ) : System | ||
DArrayStruct ( ulong length, ulong firstItemAddress ) : System |
public DArrayStruct ( int length, int firstItemAddress ) : System | ||
length | int | |
firstItemAddress | int | |
Résultat | System |
public DArrayStruct ( long length, long firstItemAddress ) : System | ||
length | long | |
firstItemAddress | long | |
Résultat | System |
public DArrayStruct ( uint length, uint firstItemAddress ) : System | ||
length | uint | |
firstItemAddress | uint | |
Résultat | System |
public DArrayStruct ( ulong length, ulong firstItemAddress ) : System | ||
length | ulong | |
firstItemAddress | ulong | |
Résultat | System |