Return a dictionary that contains the same key/values as this IAnnotation.

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

Syntax

C#
public Dictionary<Object, Object> AsDictionary()

Return Value

a dictionary

Implements

IAnnotation..::.AsDictionary()()()

Remarks

If the annotation changes, the dictionary may not reflect this. The dictionary may be unmodifiable.

In BioJava, this was called asMap().

See Also