Share via


SortingArray.InsertWith(Int32, Object) Method

Definition

public:
 virtual int InsertWith(int iGroup, System::Object ^ val);
public int InsertWith (int iGroup, object val);
abstract member InsertWith : int * obj -> int
override this.InsertWith : int * obj -> int
Public Function InsertWith (iGroup As Integer, val As Object) As Integer

Parameters

iGroup
Int32
val
Object

Returns

Implements

Applies to