Share via


ICorDebugCodeEnum.Next(UInt32, ICorDebugCode[], UInt32) Method

Definition

public:
 int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugCode ^> ^ values, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int Next (uint celt, Microsoft.VisualStudio.CorDebugInterop.ICorDebugCode[] values, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.CorDebugInterop.ICorDebugCode[] * uint32 -> int
Public Function Next (celt As UInteger, values As ICorDebugCode(), ByRef pceltFetched As UInteger) As Integer

Parameters

celt
UInt32
values
ICorDebugCode[]
pceltFetched
UInt32

Returns

Returns Int32.

Applies to