Click or drag to resize

htmlLinkNodeCollectiongetSorted Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlLinkNodeCollection.getSorted(System.Int32)"]

Namespace:  imbNLP.Core.contentStructureHtml.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public IEnumerable<htmlLinkNode> getSorted(
	int take = -1
)

Parameters

take (Optional)
Type: SystemInt32

[Missing <param name="take"/> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlLinkNodeCollection.getSorted(System.Int32)"]

Return Value

Type: IEnumerablehtmlLinkNode

[Missing <returns> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlLinkNodeCollection.getSorted(System.Int32)"]

See Also