StreamingKernelContentItemCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.