Click or drag to resize

AppStringFileEntryGroupBySource Method

GroupBySource

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>> GroupBySource(
	IEnumerable<AppStringFileEntry> strings,
	IEnumerable<AppStringSource> sources = null
)

Parameters

strings
Type: System.Collections.GenericIEnumerableAppStringFileEntry
sources (Optional)
Type: System.Collections.GenericIEnumerableAppStringSource

Return Value

Type: DictionaryString, ListAppStringFileEntry
Keys are appstring sources. Either the short or the long name - depending on whether "sources" is specified and a given source actually exists.
See Also