Search Results for

    Show / Hide Table of Contents

    Class StartsWithString

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

    Inheritance
    object
    StartsWithString
    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 StartsWithString : IStringMatcher

    Constructors

    | Edit this page View Source

    StartsWithString(string)

    TBD

    Declaration
    public StartsWithString(string start)
    Parameters
    Type Name Description
    string start

    TBD

    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