Womb : Womb Namespace
NotNull

A not-null constraint

public struct NotNull


Remarks
Use this value to indicate you mean "NOT NULL" when declaring a value.
Members

See Also: Inherited members from ValueType.

Fields
Constraint
static
NotNull . Use this value to indicate you mean "NOT NULL" when declaring a value.
Member Details
Constraint
public static NotNull Constraint

Use this value to indicate you mean "NOT NULL" when declaring a value.

Remarks
To be added.