public void PrivateProperty() { var source2 = new PrivateProperty { FirstName = "John", LastName = "Smith" }; source2.SetItem("shoes"); SerializerConsistencyHepers.Test(source2); }
public Task PrivateProperty() { var source2 = new PrivateProperty { FirstName = "John", LastName = "Smith" }; source2.SetItem("shoes"); return(SerializerConsistencyHepers.TestAsync(source2)); }