Click or drag to resize

htmlNodeProcessingextractContent Method (IListIContentToken)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Extracts the content.

Namespace:  imbNLP.Core.contentStructureHtml.tokenizator
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public static IEnumerable<string> extractContent(
	this IList<IContentToken> source
)

Parameters

source
Type: System.Collections.GenericIListIContentToken
The source.

Return Value

Type: IEnumerableString

[Missing <returns> documentation for "M:imbNLP.Core.contentStructureHtml.tokenizator.htmlNodeProcessing.extractContent(System.Collections.Generic.IList{imbNLP.Core.contentStructure.interafaces.IContentToken})"]

Usage Note

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