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