Click or drag to resize

ClassResultCollection Constructor

Initializes a new instance of the ClassResultCollection class.

Namespace: RelaxIS_SDK.Plugins.Classifier.Data
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public ClassResultCollection(
	IList<ClassResult> items
)

Parameters

items  IListClassResult
The list to wrap.
See Also