コード例 #1
0
        private RobotModel CreateDefaultRobot()
        {
            RobotBuilder robotBuilder = new RobotBuilder();

            return(robotBuilder
                   .CreateRobot()
                   .WithHead()
                   .WithLeftArm()
                   .WithRightArm()
                   .Get());
        }