PropertyBagClearNoCheck Method |
Removes all properties without checking whether the
PropertyBag is read-only.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.3
Syntaxpublic void ClearNoCheck()
public:
void ClearNoCheck()
member ClearNoCheck : unit -> unit
Remarks
This operation is never exposed to script code.
See Also