CommsMath TrimList Method NetworkComms.Net Help
Trims the list to the provided maxCount. The most recently added items are preserved.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public void TrimList(
	int maxCount
)

Parameters

maxCount
Type: OnlineSystem Int32
The maximum size of the list after being trimmed
See Also