Item

PropertyKeyedCollection<T> indexer

指定されたキーに関連付けられたプロパティを取得します.

public T this[string name] { get; }
パラメータ説明
name取得するプロパティの名前。

戻り値

指定された名前に関連付けられたプロパティ。

関連項目