A value has been seen.

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

Syntax

C#
void Value(
	ITagValueContext ctxt,
	Object value
)

Parameters

ctxt
Type: BioSharp.Core.Bio.Program.TagValue..::.ITagValueContext
an ITagValueContext that could be used to push a sub-document
value
Type: System..::.Object
the value object observed

See Also