Search Results for

    Show / Hide Table of Contents

    Class AdditionalTextValueProvider<TValue>

    Inheritance
    object
    AdditionalTextValueProvider<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 AdditionalTextValueProvider<TValue>
    Type Parameters
    Name Description
    TValue

    Constructors

    AdditionalTextValueProvider(Func<AdditionalText, TValue>, IEqualityComparer<AdditionalText>?)

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