[This is preliminary documentation and is subject to change.]
Deletes object from pile by its pointer returning true if there is no access violation
and pointer is pointing to the valid object, throws otherwise unless
throwInvalid is set to false
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
bool Delete(
PilePointer ptr,
bool throwInvalid = true
)
bool Delete(
PilePointer ptr,
bool throwInvalid = true
)
Function Delete (
ptr As PilePointer,
Optional throwInvalid As Boolean = true
) As Boolean
Function Delete (
ptr As PilePointer,
Optional throwInvalid As Boolean = true
) As Boolean
bool Delete(
PilePointer ptr,
bool throwInvalid = true
)
bool Delete(
PilePointer ptr,
bool throwInvalid = true
)
abstract Delete :
ptr : PilePointer *
?throwInvalid : bool
(* Defaults:
let _throwInvalid = defaultArg throwInvalid true
*)
-> bool
abstract Delete :
ptr : PilePointer *
?throwInvalid : bool
(* Defaults:
let _throwInvalid = defaultArg throwInvalid true
*)
-> bool
Return Value
Type:
Boolean