Class Void
Represents the built in void, but is useful in generics that require a return value.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM
Assembly: IRM.dll
Syntax
public class Void
Fields
Empty
A read-only instance of the Void class.
Declaration
public static readonly Void Empty
Field Value
Void
|