Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Newton-King <james@newtonking.com>2012-03-15 10:36:29 +0400
committerJames Newton-King <james@newtonking.com>2012-03-15 10:36:29 +0400
commit9c7fb730f2774d116398f0dcc045b0c386b19a6b (patch)
tree388693609d60bae76de5793394987a658cb37a4c /Src/Newtonsoft.Json/Utilities/TypeExtensions.cs
parent5800e97ff36d3dacea20ec75e80ebfa5f76100cd (diff)
-Fixed Metro build
Diffstat (limited to 'Src/Newtonsoft.Json/Utilities/TypeExtensions.cs')
-rw-r--r--Src/Newtonsoft.Json/Utilities/TypeExtensions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Newtonsoft.Json/Utilities/TypeExtensions.cs b/Src/Newtonsoft.Json/Utilities/TypeExtensions.cs
index 7d761f9..b059a39 100644
--- a/Src/Newtonsoft.Json/Utilities/TypeExtensions.cs
+++ b/Src/Newtonsoft.Json/Utilities/TypeExtensions.cs
@@ -189,7 +189,7 @@ namespace Newtonsoft.Json.Utilities
{
if (name != null && name != m.Name)
return false;
- if (m.GetMemberType() != memberType)
+ if (m.MemberType() != memberType)
return false;
if (!TestAccessibility(m, bindingFlags))
return false;