Search Results for

    Show / Hide Table of Contents

    Class StrongNameProvider

    Inheritance
    object
    StrongNameProvider
    DesktopStrongNameProvider
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public abstract class StrongNameProvider

    Constructors

    StrongNameProvider()

    Declaration
    protected StrongNameProvider()

    Methods

    Equals(object?)

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

    GetHashCode()

    Declaration
    public override abstract int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0