Search Results for

    Show / Hide Table of Contents

    Class TypeExtensions

    Class TypeExtensions.

    Inheritance
    object
    TypeExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Util
    Assembly: Akka.dll
    Syntax
    public static class TypeExtensions

    Methods

    | Edit this page View Source

    Implements(Type, Type)

    Returns true if type implements/inherits moreGeneralType.

    typeof(object[]).Implements(typeof(IEnumerable)) --> true

    Declaration
    public static bool Implements(this Type type, Type moreGeneralType)
    Parameters
    Type Name Description
    Type type

    The type.

    Type moreGeneralType

    Type of the more general.

    Returns
    Type Description
    bool

    true if XXXX, false otherwise.

    | Edit this page View Source

    Implements<T>(Type)

    Returns true if type implements/inherits T.

    typeof(object[]).Implements<IEnumerable>() --> true

    Declaration
    public static bool Implements<T>(this Type type)
    Parameters
    Type Name Description
    Type type

    The type.

    Returns
    Type Description
    bool

    true if XXXX, false otherwise.

    Type Parameters
    Name Description
    T

    TBD

    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