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