Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Private Function GetEnumerator As IEnumerator(Of Slot)
	Implements IEnumerable(Of Slot).GetEnumerator
C#
IEnumerator<Slot> IEnumerable<Slot>.GetEnumerator()
Visual C++
private:
virtual IEnumerator<Slot^>^ GetEnumerator() sealed = IEnumerable<Slot^>::GetEnumerator
JavaScript
JavaScript does not support explicit interface implementations.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

See Also