U
Chili.Opf3 Send comments on this topic.
Generic ConvertAll Method
See Also 
Chili.Opf3 Namespace > Generic ObjectSet Class : Generic ConvertAll Method




converter

Syntax

Visual Basic (Declaration) 
Public Function ConvertAll(Of U)( _
   ByVal converter As Converter(Of T, U) _
) As ObjectSet(Of U)
Visual Basic (Usage)Copy Code
Dim instance As ObjectSet(Of T)
Dim converter As Converter(Of T, U)
Dim value As ObjectSet(Of U)
 
value = instance.ConvertAll(Of U)(converter)
C# 
public ObjectSet<U> ConvertAll<U>( 
   Converter<T, U> converter
)
Managed Extensions for C++ 
public: ObjectSet<U>* ConvertAll<U>( 
   Converter<T, U>* converter
) 
C++/CLI 
public:
ObjectSet<U>^ ConvertAllgeneric<typename U>
( 
   Converter<T, U>^ converter
) 

Parameters

converter

Type Parameters

U

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also