Class Delta<T>
Namespace: Unity.Reflect.Actors
Syntax
public class Delta<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
Added
Declaration
public List<T> Added
Field Value
| Type | Description |
|---|---|
| List<T> |
Changed
Declaration
public List<(T Prev, T Next)> Changed
Field Value
| Type | Description |
|---|---|
| List<(T1, T2)<T, T>> |
Removed
Declaration
public List<T> Removed
Field Value
| Type | Description |
|---|---|
| List<T> |
Methods
IsEmpty()
Declaration
public bool IsEmpty()
Returns
| Type | Description |
|---|---|
| Boolean |