Share via


TreeComparer<TNode>.GetSpan(TNode) Method

Definition

Returns the position of the node.

protected public:
 abstract Microsoft::CodeAnalysis::Text::TextSpan GetSpan(TNode node);
protected internal abstract Microsoft.CodeAnalysis.Text.TextSpan GetSpan (TNode node);
abstract member GetSpan : 'Node -> Microsoft.CodeAnalysis.Text.TextSpan
Protected Friend MustOverride Function GetSpan (node As TNode) As TextSpan

Parameters

node
TNode

Returns

Applies to