Merge "[Information] Add comment for SystemInfo class" preview1-00322
authorKichan Kwon <k_c.kwon@samsung.com>
Fri, 20 Oct 2017 01:14:29 +0000 (01:14 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 20 Oct 2017 01:14:29 +0000 (01:14 +0000)
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