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