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