Reflection Data SetComments File Locations 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: 2026.1.20.0
An enumerable list of file paths to search for XML comments files
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IEnumerable<string> CommentsFileLocations(
CultureInfo language
)VB
Public Function CommentsFileLocations (
language As CultureInfo
) As IEnumerable(Of String)C++
public:
IEnumerable<String^>^ CommentsFileLocations(
CultureInfo^ language
)F#
member CommentsFileLocations :
language : CultureInfo -> IEnumerable<string> Parameters
- language CultureInfo
- An optional language to use when searching for XML comments files, or null to use the current language.
Return Value
IEnumerableStringAn enumerable list of file paths to search for XML comments files