Freigeben über


CommentToken Class

Definition

Token for a comment.

public sealed class CommentToken : Microsoft.PowerFx.Syntax.Token
type CommentToken = class
    inherit Token
Public NotInheritable Class CommentToken
Inherits Token
Inheritance
CommentToken

Properties

Kind

Kind of the token.

(Inherited from Token)
Span

Span of the token in the formula.

(Inherited from Token)
Value

Content of the comment.

Methods

Equals(Object) (Inherited from Token)
Equals(Token)

Determines whether the specified Token is equal to the current one.

(Inherited from Token)
GetHashCode() (Inherited from Token)
ToString() (Inherited from Token)

Applies to