StringIndexDataProvider.Item

StringIndexDataProvider indexer

获取/设置 指定索引处的字符串。

public abstract string this[int index] { get; set; }
参数描述
索引字符串的索引,索引指的是 CFF INDEX 结构中的序号,而非 SID

返回值

String

另见