[This is preliminary documentation and is subject to change.]

Contains asorted extension methods.

Classes

  ClassDescription
Public classDateTimeExtensions
Provides extension methods for working with date and time values
Public classDelegateExtensions
Contains Delegate-related extension functions
Public classGeneral
General extension funcions
Public classCharExtensions
Contains extension methods for working with Char
Public classNumbers
Contains extension methods for working with numbers of basic data types
Public classStringExtensions
Contains extension methods for working with String
Public classStringFormatting
Provides string formatting
Public classTypeCodeExtensions
Extension functions for TypeCode

Remarks

Collection-related extension methods can be found in Tools.CollectionsT (or Tools.CollectionsT.GenericT and Tools.CollectionsT.SpecializedT respectively) namespace. Concretely in modules CollectionTools, CollectionTools and CollectionToolsT. The Tools.LinqT namespace also contains extension methods for working with collections. Extension methods related to Type and Enum are placed in the TypeTools module. Reflection-related extension methods can be found in the ReflectionTools module.

Another specialized extension methods may exist in specialized namespaces.

See Also