Person.Person C# (CSharp) Method

Person() private method

private Person ( ) : System.Collections.Generic
return System.Collections.Generic
    private Person()
    {
        Phones = new FreezableList<PhoneNumber>();
    }
Person