Search Results for

    Show / Hide Table of Contents

    Struct SyntaxTokenParser.Result

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis.CSharp
    Assembly: Microsoft.CodeAnalysis.CSharp.dll
    Syntax
    public readonly struct SyntaxTokenParser.Result

    Properties

    ContextualKind

    Declaration
    public SyntaxKind ContextualKind { get; }
    Property Value
    Type Description
    SyntaxKind

    Token

    Declaration
    public SyntaxToken Token { get; }
    Property Value
    Type Description
    SyntaxToken
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0