Method CreateFieldFragList
CreateFieldFragList(FieldPhraseList, Int32)
create a FieldFragList.
Declaration
FieldFragList CreateFieldFragList(FieldPhraseList fieldPhraseList, int fragCharSize)
Parameters
Type | Name | Description |
---|---|---|
FieldPhraseList | fieldPhraseList | FieldPhraseList object |
System.Int32 | fragCharSize | the length (number of chars) of a fragment |
Returns
Type | Description |
---|---|
FieldFragList | the created FieldFragList object |