MultipartContentGetEnumerator Method |
Returns an enumerator that iterates through a collection.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic IEnumerator<Content> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Content)
public:
virtual IEnumerator<Content^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Content>
override GetEnumerator : unit -> IEnumerator<Content>
Return Value
Type:
IEnumeratorContent
An
IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also