RemoveData(Object) Method

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Removes the associated data for the specified key.

bool RemoveData(object key)

Parameters

key
Object

The key.

Returns

Boolean
true if the data was removed; false otherwise