←Select platform

GetEnumerator Method

Summary

Returns an enumerator that iterates through the rows for this ItemsInfoTableDataTable.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public virtual IEnumerator GetEnumerator() 
<DebuggerNonUserCodeAttribute()>  
Public Overridable Function GetEnumerator() As System.Collections.IEnumerator 
public:  
   [DebuggerNonUserCodeAttribute] 
   virtual System::Collections::IEnumerator^ GetEnumerator() 

Return Value

An IEnumerator object that can be used to iterate through the collection.

Remarks

For more information see IEnumerable.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Caching Assembly