Search Results for

    Show / Hide Table of Contents

    Class PatternMatch

    Class PatternMatch.

    Inheritance
    Object
    PatternMatch
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka
    Assembly: Akka.dll
    Syntax
    [Obsolete("Use instead the pattern matching feature introduced in C# 7.0")]
    public static class PatternMatch

    Methods

    | Improve this Doc View Source

    Match(Object)

    Matches the specified target.

    Declaration
    public static Case Match(this object target)
    Parameters
    Type Name Description
    Object target

    The target.

    Returns
    Type Description
    Case

    Case.

    | Improve this Doc View Source

    Match<T>(Object)

    Matches the specified target and return a result of target processing.

    Declaration
    public static Case<T> Match<T>(this object target)
    Parameters
    Type Name Description
    Object target

    The target.

    Returns
    Type Description
    Case<T>

    Case.

    Type Parameters
    Name Description
    T
    In This Article
    • githubImprove this Doc
    • 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