XamlSemanticToken Class

Definition

public sealed record XamlSemanticToken(int Line, int Character, int Length, string TokenType) : IEquatable<XamlSemanticToken>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)