A value type that represents the result of evaluating an expression of type Void.

Namespace:  Gallio.Common
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public struct Unit : ISerializable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Structure Unit _
	Implements ISerializable

See Also