Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    TypeHelper Class

    Namespace: Stride.Core.Reflection
    Assembly: Stride.Core.dll
    System.Object → TypeHelper
    Derived from TypeHelper:

    [Obsolete("This class will be removed in a future version")]
    public static class TypeHelper
    Name Description
    Methods
    IsCollection(Type)
    IsDictionary(Type)
    | Improve this Doc View Source

    Methods


    IsCollection(Type)

    [Obsolete("This method will be removed in a future version")]
    public static bool IsCollection(this Type type)
    Parameters
    Type Name Description
    System.Type type
    Returns
    Type Description
    System.Boolean

    IsDictionary(Type)

    [Obsolete("This method will be removed in a future version")]
    public static bool IsDictionary(this Type type)
    Parameters
    Type Name Description
    System.Type type
    Returns
    Type Description
    System.Boolean

    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation