Search Results for

    Show / Hide Table of Contents

    Class SyntaxTreeValueProvider<TValue>

    Inheritance
    object
    SyntaxTreeValueProvider<TValue>
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis.Diagnostics
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public sealed class SyntaxTreeValueProvider<TValue>
    Type Parameters
    Name Description
    TValue

    Constructors

    SyntaxTreeValueProvider(Func<SyntaxTree, TValue>, IEqualityComparer<SyntaxTree>?)

    Declaration
    public SyntaxTreeValueProvider(Func<SyntaxTree, TValue> computeValue, IEqualityComparer<SyntaxTree>? syntaxTreeComparer = null)
    Parameters
    Type Name Description
    Func<SyntaxTree, TValue> computeValue
    IEqualityComparer<SyntaxTree> syntaxTreeComparer
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0