Type:SyncField`1: Difference between revisions

From Resonite Wiki
this page has so many red links to it I need to create it
 
m im dumb
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
== Derivation Hierarchy ==
== Derivation Hierarchy ==


* [[Type:SyncElement|SyncElement]]
{{SyncFieldHierarchy}}
** [[Type:ConflictingSyncElement|ConflictingSyncElement]]
 
*** [[Type:SyncField`1|SyncField]]
[[Category:Type]]
**** [[Type:Sync`1|Sync<T>]], for [[value types]]
[[Category:Reference Types]]
**** [[Type:SyncRef`1|SyncRef<T>]], for [[reference types]]
**** [[Type:SyncType`1|SyncType<T>]], for the [[Type:Type|Type]] type

Latest revision as of 03:26, 10 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