BasicModel.Model.Zoo.Zoo C# (CSharp) Method

Zoo() public method

public Zoo ( ) : System.Collections.Generic
return System.Collections.Generic
        public Zoo()
        {
            Animals = new Collection<Animal>();
        }