[NUI] make Graphics.Backend internal
authorYeongjong Lee <cleanlyj@naver.com>
Thu, 3 Dec 2020 09:34:05 +0000 (18:34 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 15 Dec 2020 06:33:59 +0000 (15:33 +0900)
Fixes CA2211

src/Tizen.NUI/src/public/NUIApplication.cs

index 6d6b5e7..912e3f3 100755 (executable)
@@ -439,7 +439,7 @@ namespace Tizen.NUI
         /// The backend used by the NUIApplication.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static BackendType Backend = BackendType.Gles;
+        internal static BackendType Backend = BackendType.Gles;
 
         internal const string GlesCSharpBinder = NDalicPINVOKE.Lib;
         internal const string VulkanCSharpBinder = "libdali-csharp-binder-vk.so";