Release 4.0.0-preview1-00301
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / PropertyRangeManager.cs
index 7216b8e..f20f3e0 100755 (executable)
@@ -128,11 +128,11 @@ namespace Tizen.NUI
             }
 
 
-            public int startEventIndex;    /// start of the property range
-            public int lastUsedEventIndex;    /// last used of the property index
+            public int startEventIndex;        // start of the property range
+            public int lastUsedEventIndex;     // last used of the property index
 
-            public int startAnimationIndex;  /// start of the property range
-            public int lastUsedAnimationIndex; /// last used of the property index
+            public int startAnimationIndex;    // start of the property range
+            public int lastUsedAnimationIndex; // last used of the property index
         };