PropertyKeyedCollection1.Item

PropertyKeyedCollection<T> indexer

获取与指定键关联的属性。

public T this[string name] { get; }
范围描述
name要获取的属性的名称。

返回值

与指定名称关联的属性。

也可以看看