Click or drag to resize

AppStringFileEntryGroupByType Method

GroupByType

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static Dictionary<string, List<AppStringFileEntry>> GroupByType(
	IEnumerable<AppStringFileEntry> strings,
	IEnumerable<AppStringType> types = null
)

Parameters

strings
Type: System.Collections.GenericIEnumerableAppStringFileEntry
types (Optional)
Type: System.Collections.GenericIEnumerableAppStringType

Return Value

Type: DictionaryString, ListAppStringFileEntry
See Also