Click or drag to resize

UndefinedLogicalNodeClassUndefinedLogicalNode field

Static instance for an undefined LogicalNode. Replaces null to avoid the miserable null warnings when using LogicalNodes which it is ensured that at the time of use they are not are not equal to zero, but are not yet instantiated in the constructor in a meaningful way. could be realised. For any subsequent null queries, null must be replaced by this instance. It can then be checked for 'is IUndefinedElement' if necessary.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static readonly UndefinedLogicalNodeClass UndefinedLogicalNode

Field value

UndefinedLogicalNodeClass
See also