'Declaration Public Function AddListTexts( _ ByVal listType As RtfListType, _ ByVal ParamArray pairs() As System.Collections.Generic.KeyValuePair(Of Integer,String) _ ) As RtfListText()
public RtfListText[] AddListTexts( RtfListType listType, params System.Collections.Generic.KeyValuePair<int,string>[] pairs )
Parameters
- listType
- The list type.
- pairs
- The list data, texts for a level.