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:
authorJamesNK <james@newtonking.com>2009-10-11 08:23:35 +0400
committerJamesNK <james@newtonking.com>2009-10-11 08:23:35 +0400
commitb313445e01f77c6aa52697f522f53709d2389ce3 (patch)
tree412a1332f52cfcc65a00e5e2ca7c761e56b62c1f /Src/Newtonsoft.Json/Linq/JObject.cs
parent0a451593766660fadef9363288ce294f0c4480ab (diff)
-Documentation
-Added Error event to JsonSerializer
Diffstat (limited to 'Src/Newtonsoft.Json/Linq/JObject.cs')
-rw-r--r--Src/Newtonsoft.Json/Linq/JObject.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/Newtonsoft.Json/Linq/JObject.cs b/Src/Newtonsoft.Json/Linq/JObject.cs
index b7a3629..f6a01d1 100644
--- a/Src/Newtonsoft.Json/Linq/JObject.cs
+++ b/Src/Newtonsoft.Json/Linq/JObject.cs
@@ -463,7 +463,7 @@ namespace Newtonsoft.Json.Linq
}
/// <summary>
- /// Raises the <see cref="E:PropertyChanged"/> event with the provided arguments.
+ /// Raises the <see cref="PropertyChanged"/> event with the provided arguments.
/// </summary>
/// <param name="propertyName">Name of the property.</param>
protected virtual void OnPropertyChanged(string propertyName)
@@ -474,7 +474,7 @@ namespace Newtonsoft.Json.Linq
#if !PocketPC && !SILVERLIGHT
/// <summary>
- /// Raises the <see cref="E:PropertyChanging"/> event with the provided arguments.
+ /// Raises the <see cref="PropertyChanging"/> event with the provided arguments.
/// </summary>
/// <param name="propertyName">Name of the property.</param>
protected virtual void OnPropertyChanging(string propertyName)