SymWriter.SetScopeRange(Int32, Int32, Int32) Method

Definition

Defines the offset range for the specified lexical scope.

public:
 override void SetScopeRange(int scopeID, int startOffset, int endOffset);
public:
 virtual void SetScopeRange(int scopeID, int startOffset, int endOffset);
public override void SetScopeRange (int scopeID, int startOffset, int endOffset);
public virtual void SetScopeRange (int scopeID, int startOffset, int endOffset);
abstract member SetScopeRange : int * int * int -> unit
override this.SetScopeRange : int * int * int -> unit
Public Overrides Sub SetScopeRange (scopeID As Integer, startOffset As Integer, endOffset As Integer)
Public Overridable Sub SetScopeRange (scopeID As Integer, startOffset As Integer, endOffset As Integer)

Parameters

scopeID
Int32

The identifier of the lexical scope returned by the OpenScope(Int32) method.

startOffset
Int32

The IL offset of the beginning of the lexical scope.

endOffset
Int32

The IL offset of the end of the lexical scope.

Implements

Applies to