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

NamingRuleUtilities.FixForUniqueName Method 

Returns new unique name for the code element.

public static string FixForUniqueName(
   string baseName,
   object codeElementInfo
);

Parameters

baseName

Base name for code element

codeElementInfo

Code element

Return Value

Unique name for the code element

Remarks

Example

To be added.

See Also

NamingRuleUtilities Class | SubMain.CodeItRight.Sdk.Utils Namespace