| XmlCommentsFile Constructor |
Constructor
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public XmlCommentsFile(
string filename
)
Public Sub New (
filename As String
)
public:
XmlCommentsFile(
String^ filename
)
new :
filename : string -> XmlCommentsFile
Parameters
- filename
- Type: SystemString
The XML comments filename
Exceptions See Also