DefaultedDataObject.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Data/DefaultedDataObject.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Data/DefaultedDataObject.cs
Source file hash: sha256:9a19e8b9484e363df1ffef1157231ee4859e31fed5d517bcbcbb2ca2cd7e412e
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: DefaultedDataObject<T>
Section titled “Type: DefaultedDataObject<T>”Original lines: 29-50
Declaration hash: sha256:adb74f75cadcb14bf642d6a7d1292603bac83e6d5937a6dab236021837b08e3f
public abstract class DefaultedDataObject<T> : DataObject where T : DataObject{}Property: DefaultInstance
Section titled “Property: DefaultInstance”Original lines: 37-46
Declaration hash: sha256:817e627da537f8477179e4353aff6ee02e97eceb60197ac057789c4ff6f87129
public static T DefaultInstance { get; }