[NUI] VectorGraphics.PathCommand: Use IEnumerable<> type
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 20 Aug 2021 03:15:46 +0000 (12:15 +0900)
committerJunsuChoi <junduru019@gmail.com>
Tue, 24 Aug 2021 05:09:56 +0000 (14:09 +0900)
commitf662e4dc4c65fa087ced179178c4c640806a0835
tree81b23be30e8406cead716d50da986f24460f3e99
parent862d612c0a17498df3f38a25367caf261dd9c46c
[NUI] VectorGraphics.PathCommand: Use IEnumerable<> type

DO NOT use ArrayList or List in public APIs.
https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/guidelines-for-collections
src/Tizen.NUI/src/internal/Interop/Interop.Shape.cs
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/PathCommands.cs
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/Shape.cs
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/VectorGraphicsConstants.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/CanvasViewSamsple.cs