Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static IEnumerable<ICategory> GetDistinctCategoriesByName(
	this IEnumerable<ICategory> categories
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function GetDistinctCategoriesByName ( _
	categories As IEnumerable(Of ICategory) _
) As IEnumerable(Of ICategory)
Visual C++
[ExtensionAttribute]
public:
static IEnumerable<ICategory^>^ GetDistinctCategoriesByName(
	IEnumerable<ICategory^>^ categories
)

Parameters

categories
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'ICategory>)>)>

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable<(Of <(<'ICategory>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also