Class Empty<T>
Namespace: Unity.VisualScripting
Syntax
public static class Empty<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
array
Declaration
public static readonly T[] array
Field Value
| Type | Description |
|---|---|
| T[] |
hashSet
Declaration
public static readonly HashSet<T> hashSet
Field Value
| Type | Description |
|---|---|
| HashSet<T> |
list
Declaration
public static readonly List<T> list
Field Value
| Type | Description |
|---|---|
| List<T> |