Show / Hide Table of Contents

Class Void

Represents the built in void, but is useful in generics that require a return value.

Inheritance
Object
Void
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX