CoreJsonContext.IListFact Property

Definition

Defines the source generated JSON serialization contract metadata for a given type.

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.IList<Microsoft.Agents.Core.Models.Fact>> IListFact { get; }
member this.IListFact : System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.IList<Microsoft.Agents.Core.Models.Fact>>
Public ReadOnly Property IListFact As JsonTypeInfo(Of IList(Of Fact))

Property Value

Applies to