ModelBuilder.UnitTests.ReadOnlyParent.ReadOnlyParent C# (CSharp) Method

ReadOnlyParent() public method

public ReadOnlyParent ( ) : System.Collections.Generic
return System.Collections.Generic
        public ReadOnlyParent()
        {
            Company = new Company();
            RestrictedPeople = EmptySet();
            AssignablePeople = new List<Person>();
            People = new Collection<Person>();
        }