[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)
public bool Delete(
PilePointer ptr,
bool throwInvalid = true
)
public bool Delete(
PilePointer ptr,
bool throwInvalid = true
)
Public Function Delete (
ptr As PilePointer,
Optional throwInvalid As Boolean = true
) As Boolean
Public Function Delete (
ptr As PilePointer,
Optional throwInvalid As Boolean = true
) As Boolean
public:
virtual bool Delete(
PilePointer ptr,
bool throwInvalid = true
) sealed
public:
virtual bool Delete(
PilePointer ptr,
bool throwInvalid = true
) sealed
abstract Delete :
ptr : PilePointer *
?throwInvalid : bool
(* Defaults:
let _throwInvalid = defaultArg throwInvalid true
*)
-> bool
override 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
override Delete :
ptr : PilePointer *
?throwInvalid : bool
(* Defaults:
let _throwInvalid = defaultArg throwInvalid true
*)
-> bool Return Value
Type:
BooleanImplements
IPile Delete(PilePointer, Boolean)