ReflectionDataSet.CommentsFileLocations 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.12.21.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

IEnumerable<String>
An enumerable list of file paths to search for XML comments files

See Also