Search Results for

    Show / Hide Table of Contents

    Class LocalizableString

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

    Constructors

    LocalizableString()

    Declaration
    protected LocalizableString()

    Methods

    AreEqual(object?)

    Declaration
    protected abstract bool AreEqual(object? other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool

    Equals(LocalizableString?)

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

    Equals(object?)

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

    GetHash()

    Declaration
    protected abstract int GetHash()
    Returns
    Type Description
    int

    GetHashCode()

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

    GetText(IFormatProvider?)

    Declaration
    protected abstract string GetText(IFormatProvider? formatProvider)
    Parameters
    Type Name Description
    IFormatProvider formatProvider
    Returns
    Type Description
    string

    ToString()

    Declaration
    public override sealed string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    ToString(IFormatProvider?)

    Declaration
    public string ToString(IFormatProvider? formatProvider)
    Parameters
    Type Name Description
    IFormatProvider formatProvider
    Returns
    Type Description
    string

    Events

    OnException

    Declaration
    public event EventHandler<Exception>? OnException
    Event Type
    Type Description
    EventHandler<Exception>

    Operators

    explicit operator string?(LocalizableString)

    Declaration
    public static explicit operator string?(LocalizableString localizableResource)
    Parameters
    Type Name Description
    LocalizableString localizableResource
    Returns
    Type Description
    string

    implicit operator LocalizableString(string?)

    Declaration
    public static implicit operator LocalizableString(string? fixedResource)
    Parameters
    Type Name Description
    string fixedResource
    Returns
    Type Description
    LocalizableString

    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