ByRefEnumerator Class

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Collections
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim instance As ByRefEnumerator

Syntax

'Declaration
Public Class ByRefEnumerator
    Inherits MarshalByRefObject
    Implements IEnumerator, IDisposable
public class ByRefEnumerator : MarshalByRefObject, IEnumerator, IDisposable
public ref class ByRefEnumerator : public MarshalByRefObject, IEnumerator, IDisposable
public class ByRefEnumerator extends MarshalByRefObject implements IEnumerator, IDisposable
public class ByRefEnumerator extends MarshalByRefObject implements IEnumerator, IDisposable

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
    Microsoft.OneGet.Utility.Collections.ByRefEnumerator

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

ByRefEnumerator Members
Microsoft.OneGet.Utility.Collections Namespace