ForEachEnumeratorHostClass.InnerObject Property

Definition

Returns the inner object of the host, which is the ForEachItemEnumeratorClass that is being hosted.

public:
 virtual property System::Object ^ InnerObject { System::Object ^ get(); };
public virtual object InnerObject { get; }
member this.InnerObject : obj
Public Overridable ReadOnly Property InnerObject As Object

Property Value

The object that represents the inner object of the host.

Implements

Applies to