Click or drag to resize
FlattenHelperFlattenT Method
Returns a collection containing all the elements in the inner collection.

Namespace: Lawo.ComponentModel
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static DisposableReadOnlyObservableCollection<T> Flatten<T>(
	this ReadOnlyObservableCollection<ReadOnlyObservableCollection<T>> original
)

Parameters

original
Type: System.Collections.ObjectModelReadOnlyObservableCollectionReadOnlyObservableCollectionT

Type Parameters

T
The type of the elements in the inner collection.

Return Value

Type: DisposableReadOnlyObservableCollectionT

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ReadOnlyObservableCollectionReadOnlyObservableCollectionT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also