I have written this code in C#:
public bool AsyncInjection { get; set; } = false;
public uint TimeOut { get; set; } = 5000;
And after built I got this error:
Error Invalid token '=' in class, struct, or interface member declaration
Error Invalid token '=' in class, struct, or interface member declaration
Can you help me, please?