AutoPropertyEnhancements.ReadOnlyPerson.ReadOnlyPerson C# (CSharp) Method

ReadOnlyPerson() public method

public ReadOnlyPerson ( )
        public ReadOnlyPerson()
        {
            this.FirstName = "test";
        }
ReadOnlyPerson