UserTokenMock.RegisterSourcePath(String, Int32) Method

Definition

Registers the source path.

protected void RegisterSourcePath (string path, int line);
member this.RegisterSourcePath : string * int -> unit
Protected Sub RegisterSourcePath (path As String, line As Integer)

Parameters

path
String

The path to the file.

line
Int32

The caller's line.

Applies to