C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / FlexViewer Class / GetEnumerator Method


In This Topic
GetEnumerator Method (FlexViewer)
In This Topic
Syntax
'Declaration
 
<DebuggerHiddenAttribute()>
Public Function GetEnumerator() As IEnumerator
 
'Usage
 
Dim instance As FlexViewer
Dim value As IEnumerator
 
value = instance.GetEnumerator()
See Also