Click or drag to resize

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()

Return Value

Type: IEnumerator
If the object is valid an Enumerator is returned, otherwise null

Implements

IEnumerableGetEnumerator
See Also