WithImplicit(bool)
Last updated
Was this helpful?
Method in DeclarationBuilder
Sets the IsImplicit of the Declaration .
public DeclarationBuilder WithImplicit(bool isImplicit)bool isImplicit
The is-implicit value to apply to the Declaration.
The DeclarationBuilder instance that received this method call.
Last updated
Was this helpful?
Was this helpful?
