Files
tooll3--t3/Operators/examples/testing/DemoProjectTests.cs
T
2026-07-13 13:13:17 +08:00

12 lines
298 B
C#

namespace Examples.testing{
[Guid("cf9a082f-490c-4b59-8a9a-eee161420d06")]
internal sealed class DemoProjectTests : Instance<DemoProjectTests>
{
[Output(Guid = "771dbcd5-b6a0-4888-a11b-f8cc71c362d4")]
public readonly Slot<string> Result = new Slot<string>();
}
}