메소드 | 설명 | |
---|---|---|
ArrayValue ( Class type, int size ) : System |
Constructor for the
|
|
IsReference ( ) : bool |
public ArrayValue ( Class type, int size ) : System | ||
type | Class | /// this is the component type for the array /// |
size | int | /// this is the size of the array to instantiate /// |
리턴 | System |