Search Results for

    Show / Hide Table of Contents

    Struct CommandLineReference

    Implements
    IEquatable<CommandLineReference>
    Inherited Members
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public readonly struct CommandLineReference : IEquatable<CommandLineReference>

    Constructors

    CommandLineReference(string, MetadataReferenceProperties)

    Declaration
    public CommandLineReference(string reference, MetadataReferenceProperties properties)
    Parameters
    Type Name Description
    string reference
    MetadataReferenceProperties properties

    Properties

    Properties

    Declaration
    public MetadataReferenceProperties Properties { get; }
    Property Value
    Type Description
    MetadataReferenceProperties

    Reference

    Declaration
    public string Reference { get; }
    Property Value
    Type Description
    string

    Methods

    Equals(CommandLineReference)

    Declaration
    public bool Equals(CommandLineReference other)
    Parameters
    Type Name Description
    CommandLineReference other
    Returns
    Type Description
    bool

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()

    Implements

    IEquatable<T>
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0