Search Results for

    Show / Hide Table of Contents

    Class LocalizableResourceString

    Inheritance
    object
    LocalizableString
    LocalizableResourceString
    Implements
    IFormattable
    IEquatable<LocalizableString>
    Inherited Members
    LocalizableString.ToString(IFormatProvider)
    LocalizableString.ToString()
    LocalizableString.GetHashCode()
    LocalizableString.Equals(object)
    LocalizableString.Equals(LocalizableString)
    LocalizableString.OnException
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public sealed class LocalizableResourceString : LocalizableString, IFormattable, IEquatable<LocalizableString?>

    Constructors

    LocalizableResourceString(string, ResourceManager, Type)

    Declaration
    public LocalizableResourceString(string nameOfLocalizableResource, ResourceManager resourceManager, Type resourceSource)
    Parameters
    Type Name Description
    string nameOfLocalizableResource
    ResourceManager resourceManager
    Type resourceSource

    LocalizableResourceString(string, ResourceManager, Type, params string[])

    Declaration
    public LocalizableResourceString(string nameOfLocalizableResource, ResourceManager resourceManager, Type resourceSource, params string[] formatArguments)
    Parameters
    Type Name Description
    string nameOfLocalizableResource
    ResourceManager resourceManager
    Type resourceSource
    string[] formatArguments

    Methods

    AreEqual(object?)

    Declaration
    protected override bool AreEqual(object? other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    LocalizableString.AreEqual(object?)

    GetHash()

    Declaration
    protected override int GetHash()
    Returns
    Type Description
    int
    Overrides
    LocalizableString.GetHash()

    GetText(IFormatProvider?)

    Declaration
    protected override string GetText(IFormatProvider? formatProvider)
    Parameters
    Type Name Description
    IFormatProvider formatProvider
    Returns
    Type Description
    string
    Overrides
    LocalizableString.GetText(IFormatProvider?)

    Implements

    IFormattable
    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