MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeIDeclarationIs­Implicitly­Declared
Open sandboxFocus

IDeclaration.IsImplicitlyDeclared Property

IsImplicitlyDeclared

Gets a value indicating whether the member is implicitly declared, i.e. declared without being represented in source code. Returns false if it is explicitly declared in code.

Declaration
bool IsImplicitlyDeclared { get; }
Property Value
Type Description
System.Boolean