Jayrock.Json.Conversion.Converters.TestComponentImporter.TestPropertyDescriptor.TestPropertyDescriptor C# (CSharp) Method

TestPropertyDescriptor() public method

public TestPropertyDescriptor ( string name, Type type, IDictionary services ) : System
name string
type System.Type
services IDictionary
return System
            public TestPropertyDescriptor(string name, Type type, IDictionary services)
                : base(name, null)
            {
                _services = services;
                _propertyType = type;
            }