Class CAXlf
- Namespace
- SunamoLang.SunamoXlf
- Assembly
- SunamoLang.dll
Collection array helper for XLF (XLIFF localization files) operations.
public class CAXlf
- Inheritance
-
CAXlf
- Inherited Members
- Extension Methods
Methods
ToList<T>(params T[])
Converts an array of items to a List.
public static List<T> ToList<T>(params T[] items)
Parameters
itemsT[]The array of items to convert.
Returns
- List<T>
A List containing the items from the array.
Type Parameters
TThe type of items in the array.