Tests.ReflectableTests.InheritsHasPrivateProperty.InheritsHasPrivateProperty C# (CSharp) Method

InheritsHasPrivateProperty() public method

public InheritsHasPrivateProperty ( int property ) : System
property int
return System
            public InheritsHasPrivateProperty(int property)
                : base(property)
            {
            }
ReflectableTests.InheritsHasPrivateProperty