Click or drag to resize
weroSoft AG, Software
CheckResult Constructor (IEnumerableCheckResultItem)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Initializes a new instance of the type CheckResult.

Namespace:  WeroSoft.Checking
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public CheckResult(
	IEnumerable<CheckResultItem> resultList
)

Parameters

resultList
Type: System.Collections.GenericIEnumerableCheckResultItem

[Missing <param name="resultList"/> documentation for "M:WeroSoft.Checking.CheckResult.#ctor(System.Collections.Generic.IEnumerable{WeroSoft.Checking.CheckResultItem})"]

See Also