Search Results for

    Show / Hide Table of Contents

    Class ResourceDescription

    Inheritance
    object
    ResourceDescription
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public sealed class ResourceDescription

    Constructors

    ResourceDescription(string, Func<Stream>, bool)

    Declaration
    public ResourceDescription(string resourceName, Func<Stream> dataProvider, bool isPublic)
    Parameters
    Type Name Description
    string resourceName
    Func<Stream> dataProvider
    bool isPublic

    ResourceDescription(string, string?, Func<Stream>, bool)

    Declaration
    public ResourceDescription(string resourceName, string? fileName, Func<Stream> dataProvider, bool isPublic)
    Parameters
    Type Name Description
    string resourceName
    string fileName
    Func<Stream> dataProvider
    bool isPublic
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0