LinesOfCodeAvoidedAttribute Constructor |
Initializes a new LinesOfCodeAvoidedAttribute.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)

C#
public LinesOfCodeAvoidedAttribute( int lines )
Parameters
- lines
- Type: System.Int32
Number of lines of code saved every time the aspect is applied to a target class.
