Type:SyncField`1

From Resonite Wiki
Revision as of 18:58, 7 December 2024 by Yosh (talk | contribs) (this page has so many red links to it I need to create it)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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