Sets the lower and upper bound of an array for the first dimension only. NOTE: In SAL this function was named SalSetArrayBounds().

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public bool SetBounds(
	int lower,
	int upper
)

Parameters

lower
Type: System..::..Int32
upper
Type: System..::..Int32

Return Value

See Also