Visual Basic (Declaration) | |
---|---|
<ExtensionAttribute()> Public MustInherit NotInheritable Class EnumerableFns |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EnumerableFns |
C# | |
---|---|
[ExtensionAttribute()] public static class EnumerableFns |
C++/CLI | |
---|---|
[ExtensionAttribute()] public ref class EnumerableFns abstract sealed |
To use these extensions, add a using statement (Imports in Visual Basic) for this namespace to your class.
Since the methods here are DevForce extensions, you cannot use them in queries which will be sent to the data source, as Linq to Entities will not recognize the extension method.
For more information on extension methods, see Extension Methods (C# Programming Guide) or Extension Methods (Visual Basic) in the Visual Studio 2010 documentation.
System.Object
IdeaBlade.Core.EnumerableFns
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family