Метод | Описание | |
---|---|---|
GetUniqueIdentifier ( string identifier ) : string |
Given an identifier, makes it unique within the scope by adding a suffix (1, 2, 3, ...), and returns the adjusted identifier.
|
|
GetUniqueParameterName ( string name ) : string |
Fix up the given parameter name and make it unique.
|
|
UniqueIdentifierService ( IEnumerable |
Constructs a UniqueIdentifierService.
|
|
UniqueIdentifierService ( bool caseSensitive ) : System |
Constructs a UniqueIdentifierService.
|