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