 | PdfControlCollectionsGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntaxpublic IEnumerator<PdfControl> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of PdfControl)
public:
virtual IEnumerator<PdfControl^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<PdfControl>
override GetEnumerator : unit -> IEnumerator<PdfControl>
public final IEnumerator<PdfControl> GetEnumerator()
function GetEnumerator();
Return Value
Type:
IEnumeratorPdfControlA System.Collections.Generic.IEnumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also