Construct an annotation which can overlay new key-value pairs onto an underlying annotation.

Namespace:  BioSharp.Core.Bio
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public OverlayAnnotation(
	IAnnotation par
)

Parameters

par
Type: BioSharp.Core.Bio..::.IAnnotation
The `parent' annotation, on which new key-value pairs can be layered.

See Also