System.Diagnostics.SymbolStore.SymMethod.SymMethod_GetSequencePoints C# (CSharp) Method

SymMethod_GetSequencePoints() private method

private SymMethod_GetSequencePoints ( IntPtr Method, int cPoint, int &pcPoints, [ document, [ offsets, [ lines, [ columns, [ endLines, [ endColumns ) : int
Method IntPtr
cPoint int
pcPoints int
document [
offsets [
lines [
columns [
endLines [
endColumns [
return int
        static extern int SymMethod_GetSequencePoints(
            IntPtr Method,
            int cPoint,
            out int pcPoints,
            [In] IntPtr[] document,
            [In] int[] offsets,
            [In] int[] lines, [In] int[] columns,
            [In] int[] endLines, [In] int[] endColumns);