[This is preliminary documentation and is subject to change.]

Represents something tha can be either Type or Int32

Namespace: Tools.InternalT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class TypeOrInt32
Visual Basic
Public Class TypeOrInt32
Visual C++
public ref class TypeOrInt32
F#
type TypeOrInt32 =  class end
JScript
public class TypeOrInt32

Remarks

This class is designed to be used only with VersionAttribute. If you are looking for general-purpose class try T1orT2<(Of <(<'T1, T2>)>)> instead.

Inheritance Hierarchy

System..::..Object
  Tools.InternalT..::..VersionAttribute..::..TypeOrInt32

See Also