From 9a08863b5818417dd26daea29a168e6713211356 Mon Sep 17 00:00:00 2001 From: triton Date: Mon, 4 Feb 2013 23:56:11 +0000 Subject: [PATCH] Hide the inherited IsReference declaration. --- src/Bridge/Type.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bridge/Type.cs b/src/Bridge/Type.cs index b043fbdb..210c0604 100644 --- a/src/Bridge/Type.cs +++ b/src/Bridge/Type.cs @@ -227,7 +227,7 @@ namespace Cxxi return string.Empty; } - public bool IsReference + public new bool IsReference { get {