Constant ChangeType field which indicates that a change has occured which can't otherwise be represented.

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

Syntax

C#
public static readonly ChangeType UNKNOWN

Remarks

Please do not use this when there is another, more sensible, option. This is the fallback for when you realy don't know what else to do.

This type is the root of the ChangeType hierarchy. Listening for this type is equivalent to listening for all ChangeTypes.

See Also