Click or drag to resize

ContentCollectionIterator Methods

The ContentCollectionIterator type exposes the following members.

Methods
  NameDescription
Public methodDeleteThis Obsolete.
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizer
(Overrides ObjectFinalize.)
Public methodFirst
Public methodGetEnumerator
Enumerates the contents, rewinding the iterator to the beginning first. This makes it possible to use the iterator in a foreach loop or with LINQ instead of manually calling First() and Next(). The iterator itself is not disposed by enumerating it, so it should still be wrapped in a 'using' statement, or the whole RenderContentCollection can be enumerated directly instead.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNext
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also