Item

Field indexer (1 of 2)

通过子字段的名称获取该字段中包含的子字段。

public WidgetAnnotation this[string name] { get; }
范围描述
name包含的子字段名称。

返回值

字段实例。

也可以看看


Field indexer (2 of 2)

通过索引获取该字段中包含的子字段。

public WidgetAnnotation this[int index] { get; }
范围描述
index请求子字段的索引。

返回值

字段实例。

也可以看看