A convenience method to see if we have allocated the properties dictionary.

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

Syntax

C#
protected abstract bool PropertiesAllocated { get; }

Remarks

This is required for the implementation of an IAnnotation that derives from AbstractAnnotation.

See Also