EnumeratorContractAdapter<TContract>.IEnumeratorContract<TContract>.MoveNext Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
For a description of this member, see IEnumeratorContract<C>.MoveNext.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)
Syntax
'Declaration
Private Function MoveNext As Boolean
Implements IEnumeratorContract(Of TContract).MoveNext
'Usage
Dim instance As EnumeratorContractAdapter
Dim returnValue As Boolean
returnValue = CType(instance, IEnumeratorContract(Of TContract)).MoveNext()
bool IEnumeratorContract<TContract>.MoveNext()
private:
virtual bool MoveNext() sealed = IEnumeratorContract<TContract>::MoveNext
JScript does not support explicit interface implementations.
Return Value
Type: System.Boolean
Implements
IEnumeratorContract<C>.MoveNext()
Remarks
This member is an explicit interface member implementation. It can be used only when the EnumeratorContractAdapter<TContract> instance is cast to an IEnumeratorContract<C> interface.
See Also
Reference
EnumeratorContractAdapter<TContract> Class