ManagedWrapper.WrappedForEachEnumerator Property

Definition

Gets or sets the wrapped ForEach enumerator.

public:
 property System::Object ^ WrappedForEachEnumerator { System::Object ^ get(); void set(System::Object ^ value); };
public object WrappedForEachEnumerator { get; set; }
member this.WrappedForEachEnumerator : obj with get, set
Public Property WrappedForEachEnumerator As Object

Property Value

The wrapped ForEach enumerator.

Implements

Applies to