.NET のリストアイテムのプロパティにアクセスするとエラーとなるのはなぜですか?
Ältere Kommentare anzeigen
リストアイテムのプロパティに次のように割り当てようとすると、
>> list.Item(0).prop = 1
次のエラーが表示されます:
The name 'Item' is not an accessible property for an instance of class
'System.Collections.Generic.List<ClassLibrary1*Example1>'.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Microsoft .NET 入門 finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!