Table of Contents

Method End

Namespace
DocWright.Core.Rendering
Assembly
DocWright.Core.dll

End(int)

Creates the closing mark for an element.

public static StructureMark End(int elementId)

Parameters

elementId int

The element being closed.

Returns

StructureMark

A closing mark.

Exceptions

ArgumentOutOfRangeException

elementId is not positive.