Click or drag to resize
IVector Methods

The IVector type exposes the following members.

Methods
  NameDescription
Public methodGetObject
Return value stored in the vector at a specified address. This is simply an untyped version of `GetValue` method on a typed vector.
Public methodInvokeR
Invokes the specified generic function (vector call site) with the current instance of vector passed as a statically typed vector (ie. IVector<ElementType>)
Top
See Also