Class IProvidesTraitsMethods<T>
Inherited Members
Namespace: Unity.MARS.Data
Assembly: Unity.MARS.Interfaces.dll
Syntax
public static class IProvidesTraitsMethods<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
AddOrUpdateTrait
Declaration
public static AddOrUpdateTraitDelegate<T> AddOrUpdateTrait { set; }
Property Value
| Type | Description |
|---|---|
| AddOrUpdateTraitDelegate<T> |
RemoveTrait
Declaration
public static RemoveTraitDelegate<T> RemoveTrait { set; }
Property Value
| Type | Description |
|---|---|
| RemoveTraitDelegate<T> |