summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Boolean.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/Boolean.cs')
-rw-r--r--src/mscorlib/src/System/Boolean.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mscorlib/src/System/Boolean.cs b/src/mscorlib/src/System/Boolean.cs
index 59cab74456..a1f5064964 100644
--- a/src/mscorlib/src/System/Boolean.cs
+++ b/src/mscorlib/src/System/Boolean.cs
@@ -21,6 +21,7 @@ namespace System
// The Boolean class provides the
// object representation of the boolean primitive type.
[Serializable]
+ [System.Runtime.CompilerServices.TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public struct Boolean : IComparable, IConvertible, IComparable<Boolean>, IEquatable<Boolean>
{
//