Click or drag to resize

tokenGraphSetCopyTo Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphSet.CopyTo(System.Collections.Generic.KeyValuePair{System.String,imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraph}[],System.Int32)"]

Namespace:  imbNLP.PartOfSpeech.lexicUnit.tokenGraphs
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public void CopyTo(
	KeyValuePair<string, tokenGraph>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairString, tokenGraph

[Missing <param name="array"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphSet.CopyTo(System.Collections.Generic.KeyValuePair{System.String,imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraph}[],System.Int32)"]

arrayIndex
Type: SystemInt32

[Missing <param name="arrayIndex"/> documentation for "M:imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraphSet.CopyTo(System.Collections.Generic.KeyValuePair{System.String,imbNLP.PartOfSpeech.lexicUnit.tokenGraphs.tokenGraph}[],System.Int32)"]

Implements

ICollectionTCopyTo(T, Int32)
See Also