[NUI] Avoid boxing,unboxing overhead
authordongsug.song <dongsug.song@samsung.com>
Mon, 1 Jul 2024 13:16:19 +0000 (22:16 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Wed, 10 Jul 2024 09:12:11 +0000 (18:12 +0900)
commit3ea4b58a521bb936a02f19e0a1d393c856c2a8da
tree10246e898f4b279e0ea32946521fdbf9e57ce426
parentfe0e554b07940e14b141663a7050a136e0fd4a9b
[NUI] Avoid boxing,unboxing overhead
src/Tizen.NUI/Tizen.NUI.csproj
src/Tizen.NUI/src/public/BaseComponents/AnimatedVectorImageViewBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/PropertyTest.cs [new file with mode: 0755]