ReflectionDataSetCommentsFileLocations Method
This is used to return an enumerable list of comments file locations
Namespace: Sandcastle.Core.ReflectionAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public IEnumerable<string> CommentsFileLocations(
CultureInfo language
)
Public Function CommentsFileLocations (
language As CultureInfo
) As IEnumerable(Of String)
public:
IEnumerable<String^>^ CommentsFileLocations(
CultureInfo^ language
)
member CommentsFileLocations :
language : CultureInfo -> IEnumerable<string>
- language CultureInfo
- An optional language to use when searching for XML comments files, or
null to use the current language.
IEnumerableStringAn enumerable list of file paths to search for XML comments files