Table of Contents

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

items T[]

The array of items to convert.

Returns

List<T>

A List containing the items from the array.

Type Parameters

T

The type of items in the array.