MemoryExtensionsSplitMemoryEnumeratorMoveNext Method
Advances the enumerator to the next segment in the memory region.
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
Public Function MoveNext As Boolean
Dim instance As MemoryExtensionsSplitMemoryEnumerator
Dim returnValue As Boolean
returnValue = instance.MoveNext()
Return Value
Boolean if the enumerator was successfully advanced to the next segment;
if the enumerator has passed the end of the memory region.