Show / Hide Table of Contents

Class ArrayExtensions

Inheritance
System.Object
ArrayExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class ArrayExtensions

Methods

| Improve this Doc View Source

IsNullOrEmpty<T>(T[])

Declaration
public static bool IsNullOrEmpty<T>(this T[] array)
Parameters
Type Name Description
T[] array
Returns
Type Description
System.Boolean
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾