Show / Hide Table of Contents

Class NaiveLockingList<T>.NaiveLockingEnumerator

Inheritance
object
NaiveLockingList<T>.NaiveLockingEnumerator
Implements
IEnumerator<T>
IDisposable
IEnumerator
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Collections.Internal
Assembly: DotNetNuke.dll
Syntax
public class NaiveLockingList<T>.NaiveLockingEnumerator : IEnumerator<T>, IDisposable, IEnumerator

Constructors

NaiveLockingEnumerator(IEnumerator<T>, ISharedCollectionLock)

Declaration
public NaiveLockingEnumerator(IEnumerator<T> enumerator, ISharedCollectionLock readLock)
Parameters
Type Name Description
IEnumerator<T> enumerator
ISharedCollectionLock readLock

Properties

Current

Declaration
public T Current { get; }
Property Value
Type Description
T

Methods

Dispose()

Declaration
public void Dispose()

Dispose(bool)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
bool disposing

~NaiveLockingEnumerator()

Declaration
protected ~NaiveLockingEnumerator()

MoveNext()

Declaration
public bool MoveNext()
Returns
Type Description
bool

Reset()

Declaration
public void Reset()

Implements

IEnumerator<T>
IDisposable
IEnumerator

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS