get方法

get(index)

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

返回

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

get(text)

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

返回

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

也可以看看