oops that's not a `1 |
m change to template |
||
Line 5: | Line 5: | ||
== Derivation Hierarchy == | == Derivation Hierarchy == | ||
{{SyncFieldHierarchy}} | |||
Revision as of 19:58, 7 December 2024
The SyncField<T> type is a reference type that exists as a proper type implementing the IField<T> interface, allowing objects to be instantiated with the properties of the interface.
This type is almost never used directly, but rather exists as a derivation base for other field types.
Derivation Hierarchy
base types | |
---|---|
single value |
|
List |
|
Array |
|
Dictionary |
|
Bag |
|