Change return-type from List to IEnumerable
[platform/core/csapi/tizenfx.git] / src / Tizen.Telephony / Tizen.Telephony / Telephony.cs
index 7c8b239..ed433a6 100755 (executable)
@@ -156,7 +156,7 @@ namespace Tizen.Telephony
         /// 2. If the operation is not supported on device
         /// 3. If the Operation Failed
         /// </exception>
-        public static List<SlotHandle> Init()
+        public static IEnumerable<SlotHandle> Init()
         {
             //DeInitialize Previous Handles if present
             if (_isInitialized)