Click or drag to resize
LogicErrorsAddRange Method
Adds the supplied logic errors to the collection

Namespace: Entelect.ErrorHandling
Assembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntax
C#
public void AddRange(
	IEnumerable<LogicError> errors
)

Parameters

errors
Type: System.Collections.GenericIEnumerableLogicError
See Also