SortingArray.InsertWith(Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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