Struct CommandLineReference
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public readonly struct CommandLineReference : IEquatable<CommandLineReference>
Constructors
Declaration
public CommandLineReference(string reference, MetadataReferenceProperties properties)
Parameters
Properties
Properties
Declaration
public MetadataReferenceProperties Properties { get; }
Property Value
Reference
Declaration
public string Reference { get; }
Property Value
Methods
Equals(CommandLineReference)
Declaration
public bool Equals(CommandLineReference other)
Parameters
Returns
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements