ReflectionDataSetCommentsFileLocations Method

This is used to return an enumerable list of comments file locations

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public IEnumerable<string> CommentsFileLocations(
	CultureInfo language
)

Parameters

language  CultureInfo
An optional language to use when searching for XML comments files, or null to use the current language.

Return Value

IEnumerableString
An enumerable list of file paths to search for XML comments files

See Also