The namespace NDepend.Helpers provides extension methods concerned with enumerables, sets and strings, that make code querying more elegant and performant.
Classes
Interfaces
Structures
| Structure | Description |
| NdpColor |
The NDepend API uses this type to return some color value. Such a value can be easily converted to any UI framework color value.
|
| SubStringLocation |
Simple structure used for some private implementations.
|
Enumerations
| Enumeration | Description |
| BeforeAfter |
Define a location, left or right.
|
| ColorSet | |
| IgnoreCase |
An enumeration tha determine if string casing is ignored or taken account.
|
| SoundPlayerState |
Determine if a ding is played when showing a form.
|
| StringFormattingKind |
Define a string format, useful when extracting rule description from rule string for example.
|
| TrendIcon |
Value of this enumeration can be used in code query result to show a trend image that conveys meaning for both [Up,Down] and [Red,Green] indications.
|
See Also