Click or drag to resize

toolsGetUniquePages Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the unique pages.

Namespace:  imbNLP.PartOfSpeech.decomposing.html
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public static List<imbMCWebPage> GetUniquePages(
	this IEnumerable<imbMCWebPage> source
)

Parameters

source
Type: System.Collections.GenericIEnumerableimbMCWebPage
The source.

Return Value

Type: ListimbMCWebPage

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.decomposing.html.tools.GetUniquePages(System.Collections.Generic.IEnumerable{imbMiningContext.MCWebPage.imbMCWebPage})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableimbMCWebPage. 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