tgstation-server 6.19.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ProjectedPair{TQueried,TResult}.cs
Go to the documentation of this file.
2{
8 public sealed class ProjectedPair<TQueried, TResult>
9 {
13 public required TQueried Queried { get; init; }
14
18 public required TResult Result { get; init; }
19 }
20}
DTO for moving database projected objects through the system.
required TQueried Queried
The originally queried TQueried .