ReflectionDataSetDictionary Constructor

Constructor

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public ReflectionDataSetDictionary(
	IEnumerable<string> componentLocations
)

Parameters

componentLocations  IEnumerableString
An optional enumerable list of additional component locations to search for reflection data set files.

Remarks

Keys are case-insensitive

See Also