TextSourceBakeResult.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/TextSource/TextSourceBakeResult.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/TextSource/TextSourceBakeResult.cs
Source file hash: sha256:29f5213e9ffa483e40d0061bdccb49f91bf558be182c78108540d709a4771c37
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: TextSourceBakeResult<T>
Section titled “Type: TextSourceBakeResult<T>”Original lines: 14-40
Declaration hash: sha256:c16d034a58502a47a36c1825260518894a9eec9f8833722d2e4a6dc94df678e2
public readonly struct TextSourceBakeResult<T>{}Method: TextSourceBakeResult(T value, string sourceContentHash, bool wasRebuilt)
Section titled “Method: TextSourceBakeResult(T value, string sourceContentHash, bool wasRebuilt)”Original lines: 22-27
Declaration hash: sha256:7beeed590892c46b3a9ace8daf4094ea6b1042a4e9480fa6f90fc5820d614fa6
public TextSourceBakeResult(T value, string sourceContentHash, bool wasRebuilt);Property: Value
Section titled “Property: Value”Original lines: 30
Declaration hash: sha256:f4849dd3f20da16f01a2fd8528e8c91098a574b02c3050ed277c5ef212bcd0fb
public T Value { get; }Property: SourceContentHash
Section titled “Property: SourceContentHash”Original lines: 36
Declaration hash: sha256:27839ed70cc19db5400a7040835411ee06e043388beaea293d3d17fccb834b9b
public string SourceContentHash { get; }Property: WasRebuilt
Section titled “Property: WasRebuilt”Original lines: 39
Declaration hash: sha256:c6fa4442e7281d5dd3818a6bcf8b123b97148790a9cccc5049121cb0c02f3449
public bool WasRebuilt { get; }