NullableAttribute Constructor DryadLINQ documentation
Initializes an instance of NullableAttribute.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public NullableAttribute(
	bool canBeNull
)

Parameters

canBeNull
Type: SystemBoolean
true iff the target of the attribute is nullable
See Also

Reference