ResultsSetT(NullableInt32) Constructor

Initializes a new instance of the ResultsSet class.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public ResultsSet(
	int? max = 0
)

Parameters

max  NullableInt32  (Optional)
Maximum numbers of results to return.

See Also