System.Void Structure

public struct Void

Base Types

Object
  ValueType
    Void

Assembly

mscorlib

Library

Reflection

Summary

Indicates a method that does not return a value; that is, the method has a return type of void .

Description

This class is used by types in the Reflection Library.

See Also

System Namespace