XmlCommentsFile Constructor

Constructor

Definition

Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public XmlCommentsFile(
	string filename
)

Parameters

filename  String
The XML comments filename

Exceptions

ArgumentNullExceptionThis is thrown if the filename is null or an empty string

See Also