RanorexRanorex Documentation
ExtensionMethods Class
NamespacesRanorex.CoreExtensionMethods
Provides common "extension" methods that are available in higher .NET Frameworks but not in the 2.0 Framework.
Declaration Syntax
C#Visual BasicVisual C++
public static class ExtensionMethods
Public NotInheritable Class ExtensionMethods
public ref class ExtensionMethods abstract sealed
Members
All MembersMethods



IconMemberDescription
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.

Inheritance Hierarchy
Object
ExtensionMethods

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)