Share via


NullSourceMap.TryGetValue(Object, SourceRange) Method

Definition

Look up the SourceRange information for an object.

public bool TryGetValue (object item, out Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange range);
abstract member TryGetValue : obj * SourceRange -> bool
override this.TryGetValue : obj * SourceRange -> bool
Public Function TryGetValue (item As Object, ByRef range As SourceRange) As Boolean

Parameters

item
Object

Object to look up.

range
SourceRange

Place to return the SourceRange for the object.

Returns

true if found.

Implements

Remarks

For a NullSourceMap always returns false.

Applies to