DeclarationBuilder.WithSourceFileName(string)

Method in DeclarationBuilder

Summary

Sets the SourceFileName of the Declaration .

public DeclarationBuilder WithSourceFileName(string sourceFileName)

Parameters

NameDescription
string sourceFileNameThe source file name to apply to the Declaration.

Returns

The DeclarationBuilder instance that received this method call.