RecordLinkList.del 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.
Deletes the record at the current position in the list.
public:
virtual int del();
public virtual int del ();
abstract member del : unit -> int
override this.del : unit -> int
Public Overridable Function del () As Integer
Returns
The number of records that remain in the list.