Click or drag to resize

ContentCollectionIterator Class

An iterator for the RenderContentCollection
Inheritance Hierarchy
SystemObject
  Rhino.RenderContentCollectionIterator

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class ContentCollectionIterator : IDisposable

The ContentCollectionIterator type exposes the following members.

Constructors
  NameDescription
Public methodContentCollectionIterator
Initializes a new instance of the ContentCollectionIterator class
Top
Properties
  NameDescription
Public propertyCppPointer
Top
Methods
  NameDescription
Public methodDeleteThis
Public methodDispose
Releases all resources used by the ContentCollectionIterator
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizer
(Overrides ObjectFinalize.)
Public methodFirst
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