LEADTOOLS Multimedia (Leadtools.Multimedia assembly)
LEAD Technologies, Inc

GetEnumerator Method (TargetDevices)






Returns an enumerator that iterates through the collection.
Syntax
public IEnumerator GetEnumerator()
'Declaration
 
Public Function GetEnumerator() As IEnumerator
'Usage
 
Dim instance As TargetDevices
Dim value As IEnumerator
 
value = instance.GetEnumerator()
public IEnumerator GetEnumerator()
 function Leadtools.Multimedia.TargetDevices.GetEnumerator()
public:
IEnumerator^ GetEnumerator(); 

Return Value

System.Collections.IEnumerator
Remarks
The foreach statement of the C# language (for each in C++, For Each in Visual Basic) hides the complexity of the enumerators. It is better to use foreach, instead of directly manipulating the enumerator. Enumerators can be used to read the data in the collection, but they cannot be used to modify the underlying collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TargetDevices Class
TargetDevices Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features