Files
mROA/mROA.Example/TestParameter.cs
T

9 lines
192 B
C#

using mROA.Implementation;
namespace mROA.Example;
public class TestParameter
{
public int A { get; set; }
public TransmittedSharedObject<ITestParameter> LinkedObject { get; set; }
}