2.3 (Current)
Search
K
Links

WithImplicit(bool)

Method in DeclarationBuilder

Summary

Sets the IsImplicit of the Declaration .
public DeclarationBuilder WithImplicit(bool isImplicit)

Parameters

Name
Description
bool isImplicit
The is-implicit value to apply to the Declaration.

Returns

The DeclarationBuilder instance that received this method call.