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 SourceIsNullOrEmpty(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 |
|