Click or drag to resize

ArrayDimension Constructor

Initializes a new instance of the ArrayDimension class

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ArrayDimension(
	Nullable<int> lowerBound,
	Nullable<int> upperBound
)

Parameters

lowerBound
Type: SystemNullableInt32
upperBound
Type: SystemNullableInt32
See Also