Tests.When_converting_an_object_that_has_a_nested_anonymous_object.When_converting_an_object_that_has_a_nested_anonymous_object C# (CSharp) Method

When_converting_an_object_that_has_a_nested_anonymous_object() public method

        public When_converting_an_object_that_has_a_nested_anonymous_object()
        {
            converted = NameValueCollectionConversions.ConvertFromObject(new {Form = new {name = "hello", age = 30}});
        }