| ItemsIEnumerableGetEnumerator Method |
Returns an Enumerator the iterates through a collection
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax IEnumerator IEnumerable.GetEnumerator()
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
Return Value
Type:
IEnumeratorIf the object is valid an Enumerator is returned, otherwise null
Implements
IEnumerableGetEnumeratorSee Also