Show / Hide Table of Contents

Class ArrayExtensions

Extension methods for System.Arrays.

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: GlitchedPolygons.ExtensionMethods
Assembly: UnityScriptsLibrary.dll
Syntax
public static class ArrayExtensions

Methods

| Improve this Doc View Source

IsNullOrEmpty(Array)

Determines whether the array is null or empty.

Declaration
public static bool IsNullOrEmpty(this Array array)
Parameters
Type Name Description
System.Array array

The array to check.

Returns
Type Description
System.Boolean

true if the array is either null or empty; otherwise, false.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX