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

RuleUtilities.HasCorrectFinalizeImplementation Method 

Returns True if the Finalize method has a correct implementation.

public static bool HasCorrectFinalizeImplementation(
   IMethodInfo finalizerMethodInfo
);

Parameters

finalizerMethodInfo

Dispose method

Return Value

True if the Finalize method has a correct implementation; False if otherwise.

Remarks

Example

To be added.

See Also

RuleUtilities Class | SubMain.CodeItRight.Sdk.Utils Namespace