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 System::Object ^ qpeek(System::Object ^ c, int position);
public static object qpeek (object c, int position);
static member qpeek : obj * int -> obj
Public Shared Function qpeek (c As Object, position As Integer) As Object