프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FirstItem | |||
Length | int |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public DArrayStruct ( long length, long firstItemAddress ) : System | ||
length | long | |
firstItemAddress | long | |
리턴 | System |
public DArrayStruct ( uint length, uint firstItemAddress ) : System | ||
length | uint | |
firstItemAddress | uint | |
리턴 | System |
public DArrayStruct ( ulong length, ulong firstItemAddress ) : System | ||
length | ulong | |
firstItemAddress | ulong | |
리턴 | System |