get方法

get(self, index)

通过 .Net 添加 API for Python,因为不支持 this[int index]

返回


def get(self, index):
    ...
范围类型描述
indexint元素的从零开始的索引。

get(self, text)

通过 .Net 添加 API for Python,因为此[字符串文本]不受支持

返回


def get(self, text):
    ...
范围类型描述
textstr名称文本。

也可以看看