Provides common "extension" methods that are available in higher .NET Frameworks but not
in the 2.0 Framework.
| C# | Visual Basic | Visual C++ |
public static class ExtensionMethods
Public NotInheritable Class ExtensionMethods
public ref class ExtensionMethods abstract sealed
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| AddRange<(Of <(T>)>)(IList<(Of <(T>)>), IEnumerable<(Of <(T>)>)) |
Adds the items of the specified enumerable to the end of the list.
| |
| ForEach<(Of <(T>)>)(IList<(Of <(T>)>), Action<(Of <(T>)>)) |
Performs the specified action on each item of the list.
| |
| TrueForAll<(Of <(T>)>)(IList<(Of <(T>)>), Predicate<(Of <(T>)>)) |
Determines whether every item in the list matches the conditions defined
by the specified predicate.
|
| Object | |
| ExtensionMethods | |
