summaryP:DotNetNuke.Collections.Internal.NaiveLockingList`1.NaiveLockingEnumerator.Current

Namespace: DotNetNuke.Collections.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public T Current { get; }
Visual Basic
Public ReadOnly Property Current As T
	Get

Implements

IEnumerator<(Of <(<'T>)>)>..::..Current

See Also