Partager via


StreamingKernelContentItemCollection.Item[Int32] Property

Definition

Gets or sets the content item at the specified index in the collection.

public Microsoft.SemanticKernel.StreamingKernelContent this[int index] { get; set; }
member this.Item(int) : Microsoft.SemanticKernel.StreamingKernelContent with get, set
Default Public Property Item(index As Integer) As StreamingKernelContent

Parameters

index
Int32

The index of the content item to get or set.

Property Value

The content item at the specified index.

Implements

Exceptions

value is null.

The index was not valid for this collection.

Applies to