DeclarationBuilder.WithSourceFileName(string)
Method in DeclarationBuilder
Summary
Sets the SourceFileName of the Declaration .
public DeclarationBuilder WithSourceFileName(string sourceFileName)Parameters
| Name | Description |
|---|---|
string sourceFileName | The source file name to apply to the Declaration. |
Returns
The DeclarationBuilder instance that received this method call.