NullSourceMap.TryGetValue(Object, SourceRange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.