AddPropertyIfNotExist(String, Object?) Method

Definition

Assembly Markdig.dll

Adds the specified property only if it does not already exist.

public void AddPropertyIfNotExist(string name, object? value)

Parameters

name
String

The name.

value
Object

The value.