Separate C# classes into Internal and Public
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / internal / PropertyRangeManager.cs
index 7e6c4d4..a63b177 100644 (file)
@@ -7,7 +7,7 @@ namespace Dali
   /// <summary>
   /// Helper class for calculating what property indexes should be assigned to C# View (view) classes.
   /// </summary>
-  public class PropertyRangeManager
+  internal class PropertyRangeManager
   {
     private Dictionary<String, PropertyRange > _propertyRange;