Click or drag to resize

contentMatchCollectionallocated Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Vraca sve contentMatch instance koje se nalaze od indexa do kraja lengtha

Namespace:  imbNLP.Core.contentStructure.core
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public oneOrMore<contentMatch> allocated(
	int index,
	int length
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:imbNLP.Core.contentStructure.core.contentMatchCollection.allocated(System.Int32,System.Int32)"]

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:imbNLP.Core.contentStructure.core.contentMatchCollection.allocated(System.Int32,System.Int32)"]

Return Value

Type: oneOrMorecontentMatch

[Missing <returns> documentation for "M:imbNLP.Core.contentStructure.core.contentMatchCollection.allocated(System.Int32,System.Int32)"]

See Also