We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
public class TestClass { public bool TestBool; public string TestString ; public Guid TestGuid; public DateTime TestDateTime ; }
returns TestClass testclass = new TestClass();
public class TestClass
{
public bool TestBool;
public string TestString ;
public Guid TestGuid;
public DateTime TestDateTime ;
}
returns TestClass testclass = new TestClass();