Position Constructor (Int32, Int32)

 

Namespace:   Microsoft.VisualStudio.GraphModel.CodeSchema
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
Position(
	int lineIndex,
	int charIndex
)

Parameters

lineIndex
Type: System::Int32

charIndex
Type: System::Int32

Return to top
Show: