I was hoping someone can assist with a thorough explanation on the syntax below in row 3. I was trying to search for it but couldn't get something that explains it for me nicely.
I am looking to understand not just this specific syntax but the generalized theory behind it, so that if I see something similar in the future I will be able to tell what is what.
1 using System;
2
3 public class TestClass : MarshalByRefObject{}