Click or drag to resize

AssemblyDebugModeCacheAddRange Method

[This is preliminary documentation and is subject to change.]

Adds a list of AssemblyDebugModes to the cache.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public void AddRange(
	IEnumerable<AssemblyDebugMode> debugModes
)
View Source

Parameters

debugModes
Type: System.Collections.GenericIEnumerableAssemblyDebugMode
A list of AssemblyDebugModes. May be empty or .
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe current object is already disposed.
Remarks
If an override with the identical AssemblyName already exists in the cache, it is replaced with the override in the specified list.
See Also