© 2026 Hedgehog Software, LLC
var awaitable = await GetObject(); otherObject.IntProperty = awaitable.IntProperty; // vs. otherObject.IntProperty = (await GetObject()).IntProperty;