NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Void Structure

Indicates that a method has the void return type.

This class is used in the System.Reflection namespace. Instances of this class cannot be created, and the class has no members.

Object
   ValueType
      Void

[Visual Basic]
Public Structure Void
[C#]
public struct Void
[C++]
public __value struct Void

[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.

Remarks

[To be supplied.]

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

Void Members | System Namespace