Click or drag to resize

CapabilitiesAdapterCollectionEnumeratorMoveNext Method

Advances to the next item in the sequence.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool MoveNext()

Return Value

Boolean
true if there are more items in the collection; otherwise, false.

Implements

IEnumeratorMoveNext
See Also