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

ReadOnlyPropertyDescriptor() public method

public ReadOnlyPropertyDescriptor ( string name ) : System
name string
return System
            public ReadOnlyPropertyDescriptor(string name)
                : base(name, null)
            {
            }