[Information] Add comment for SystemInfo class 46/155246/1
authorKichan Kwon <k_c.kwon@samsung.com>
Thu, 12 Oct 2017 11:37:24 +0000 (20:37 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Thu, 12 Oct 2017 11:37:56 +0000 (20:37 +0900)
Change-Id: Id459693d42769576c260b9d7059200d661349eb6
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/Tizen.System.Information/SystemInfo/SystemInfo.cs

index dccc4ba..f47c0a8 100755 (executable)
@@ -19,6 +19,10 @@ using System.ComponentModel;
 
 namespace Tizen.System
 {
+    /// <summary>
+    /// The SystemInfo class provides static system feature.
+    /// Please use Tizen.System.Information class. Information class supports same function.
+    /// </summary>
     [Obsolete("Use class Tizen.System.Information")]
     [EditorBrowsable(EditorBrowsableState.Never)]
     public static class SystemInfo