public List<LlmModel> AllModels { get; set; }Public Property AllModels As List(Of LlmModel)
Get
Setpublic:
property List<LlmModel^>^ AllModels {
List<LlmModel^>^ get ();
void set (List<LlmModel^>^ value);
}member AllModels : List<LlmModel> with get, set