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