SubMain - CodeIt.Right The First Time!  
Home
Products
  CodeIt.Right
  CodeIt.Once for .NET
  PrettyCode.Print for .NET
  PrettyCode.Print
  SmartOutline for VS2005
  .NET Coding Guidelines
Download
Purchase
Support
Contact Us

CodeIt.Right SDK Class Library

IRule.Check Method 

Method to be implemented by the author to check code elements for the rule violation.

bool Check(
   IElementInfo element
);

Parameters

element

Code element

Return Value

True if violation was found; else False

Remarks

Example

See Also

IRule Interface | SubMain.CodeItRight.Sdk.Core.Rules Namespace