get方法

get(index)

添加 API for Python Via .Net.since this[int index] is unsupported

返回

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

get(text)

添加 API for Python Via .Net.since this[string text] is unsupported

返回

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

也可以看看