ITypeDeclCreateArrayRef Method (Boolean, Int32) |
Create an array reference to the type.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax TypeRef CreateArrayRef(
bool isFirstOnLine,
params int[] ranks
)
Parameters
- isFirstOnLine
- Type: SystemBoolean
- ranks
- Type: SystemInt32
Return Value
Type:
TypeRefSee Also