TreeComparer<TNode>.GetSpan(TNode) 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.
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