Copy-constructor.

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

Syntax

C#
protected AbstractAnnotation(
	IAnnotation ann
)

Parameters

ann
Type: BioSharp.Core.Bio..::.IAnnotation
the Annotation to copy

Remarks

This does a shallow copy of the annotation. The result is an annotation with the same properties and values, but which is independant of the original annotation.

See Also