Get or set the listener.

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

Syntax

C#
ITagValueListener Listener { get; set; }

Remarks

This was called the delegate in BioJava, which is a reserved word in C#.

See Also