Delete a property.

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

Syntax

C#
public void RemoveProperty(
	Object key
)

Parameters

key
Type: System..::.Object
the key object

Implements

IAnnotation..::.RemoveProperty(Object)

Remarks

Normal raw access to the property. For cleverer access, use methods in AnnotationType.

See Also