From ed5907725473c1f10e2754380137bec85e0dcb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BE=D1=84=D1=8C=D1=8F=20=D0=AF=D0=BA=D0=BE=D0=B1?= =?UTF-8?q?=D1=87=D1=83=D0=BA?= Date: Sat, 2 Dec 2023 12:05:00 +0400 Subject: [PATCH] =?UTF-8?q?Revert=20"=D0=93=D0=BE=D1=82=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D1=8F=20=D0=BB=D0=B0=D0=B1=D0=B0=20=E2=84=963"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 23fcb0cd4102d4a17fafaf7dc0e47df4fe5ab08d. --- Sailboat/Sailboat/SetGeneric.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Sailboat/Sailboat/SetGeneric.cs b/Sailboat/Sailboat/SetGeneric.cs index dd3b9d1..5ce6cba 100644 --- a/Sailboat/Sailboat/SetGeneric.cs +++ b/Sailboat/Sailboat/SetGeneric.cs @@ -14,7 +14,6 @@ namespace Sailboat.Generics { _places = new T?[count]; } - public int Insert(T boat) { return Insert(boat, 0);