Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 653 Bytes

yarn.compiler.declarationbuilder.withsourcenodename.md

File metadata and controls

25 lines (14 loc) · 653 Bytes

DeclarationBuilder.WithSourceNodeName(string)

Method in DeclarationBuilder

Summary

Sets the SourceNodeName of the Declaration .

public DeclarationBuilder WithSourceNodeName(string sourceNodeName)

Parameters

Name Description
string sourceNodeName The source node name to apply to the Declaration.

Returns

The DeclarationBuilder instance that received this method call.