PredefinedFunctions.qdel(Object, Int32, Int32) 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:
static cli::array <System::Object ^> ^ qdel(System::Object ^ c, int position, int numElements);
public static object[] qdel (object c, int position, int numElements);
static member qdel : obj * int * int -> obj[]
Public Shared Function qdel (c As Object, position As Integer, numElements As Integer) As Object()
Parameters
- c
- Object
- position
- Int32
- numElements
- Int32
Returns
Object[]