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

HasPrivateProperty() public method

public HasPrivateProperty ( int property ) : System
property int
return System
            public HasPrivateProperty(int property)
            {
                Property = property;
            }
ReflectableTests.HasPrivateProperty