1
This commit is contained in:
parent
9f8280b5f9
commit
419dee846e
@ -53,7 +53,6 @@ public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
|
|||||||
public int Insert(T obj)
|
public int Insert(T obj)
|
||||||
{
|
{
|
||||||
return Insert(obj, 0);
|
return Insert(obj, 0);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public int Insert(T obj, int position)
|
public int Insert(T obj, int position)
|
||||||
|
Loading…
Reference in New Issue
Block a user