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

Отсчитываемый от нуля индекс элемента, который требуется возвратить или задать.

Значение свойства

Элемент, расположенный по указанному индексу.

Реализации

Применяется к