ServiceCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にある要素を取得または設定します。

public:
 property Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^ default[int] { Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^ get(int index); void set(int index, Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^ value); };
public Microsoft.Extensions.DependencyInjection.ServiceDescriptor this[int index] { get; set; }
member this.Item(int) : Microsoft.Extensions.DependencyInjection.ServiceDescriptor with get, set
Default Public Property Item(index As Integer) As ServiceDescriptor

パラメーター

index
Int32

取得または設定する要素の 0 から始まるインデックス。

プロパティ値

指定したインデックス位置にある要素。

実装

適用対象