Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ArrayHelper<T> Struct

    Namespace: Stride.Core.Collections
    Assembly: Stride.Core.dll

    Array helper for a particular type, useful to get an empty array.

    public struct ArrayHelper<T>
    Type Parameters
    Name Description
    T

    Type of the array element

    Name Description
    Fields
    Empty

    An empty array of the specified element type.

    | Improve this Doc View Source

    Fields


    Empty

    An empty array of the specified element type.

    public static readonly T[] Empty
    Field Value
    Type Description
    T[]

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

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