Search Results for

    Show / Hide Table of Contents

    Class MatchesAll

    Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

    Inheritance
    object
    MatchesAll
    Implements
    IStringMatcher
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.TestKit.Internal.StringMatcher
    Assembly: Akka.TestKit.dll
    Syntax
    public class MatchesAll : IStringMatcher

    Properties

    | Edit this page View Source

    Instance

    Declaration
    public static IStringMatcher Instance { get; }
    Property Value
    Type Description
    IStringMatcher

    Methods

    | Edit this page View Source

    IsMatch(string)

    TBD

    Declaration
    public bool IsMatch(string s)
    Parameters
    Type Name Description
    string s

    TBD

    Returns
    Type Description
    bool

    TBD

    | Edit this page View Source

    ToString()

    TBD

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    TBD

    Overrides
    object.ToString()

    Implements

    IStringMatcher

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET