NullableAttribute Constructor DryadLINQ documentation
Initializes an instance of NullableAttribute.

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

public NullableAttribute(
	bool canBeNull
)

Parameters

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