|  fix link | m chore: category caps | ||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| The '''SyncRef<T>''' type is a type used to contain a reference to a [[Reference Type]] <code>T</code>. | |||
| The specific, non-generic '''SyncRef''' type is an alias for SyncRef<[[Type:IWorldElement|IWorldElement]]>. It is compatible with its generic counterpart and objects of either SyncRef or SyncRef<IWorldElement> can be casted between the two types perfectly fine. | |||
| == Derivation Hierarchy == | |||
| {{SyncFieldHierarchy}} | |||
| == Unique Interfaces Implemented == | |||
| * [[Type:ISyncRef`1|ISyncRef<T>]] | |||
| * [[Type:ISyncRef|ISyncRef]] | |||
| * [[Type:IWorldElementReceiver|IWorldElementReceiver]] | |||
| [[Category:Type]] | [[Category:Type]] | ||
| [[Category:Reference types]] | |||
Latest revision as of 03:46, 10 June 2025
The SyncRef<T> type is a type used to contain a reference to a Reference Type T.
The specific, non-generic SyncRef type is an alias for SyncRef<IWorldElement>. It is compatible with its generic counterpart and objects of either SyncRef or SyncRef<IWorldElement> can be casted between the two types perfectly fine.
Derivation Hierarchy
| base types | |
|---|---|
| single value | 
 | 
| List | 
 | 
| Array | 
 | 
| Dictionary | 
 | 
| Bag | 
 | 
