私はC#を初めて使用し、オブジェクトのArrayList
(unitArray
)があり、で参照されているオブジェクトのメソッドUnit
を呼び出そうとしているプログラムを作成しています。特定のオブジェクトにアクセスしてそのメソッドを呼び出そうとしましたが、機能しません。この問題の解決にご協力いただければ幸いです。non-static
ArrayList
Unit.unitArray[selectedUnit].DisplayUnitAttributes()
次の例外が発生します。
'object' does not contain a definition for 'DisplayUnitAttributes' and no extension method 'DisplayUnitAttributes' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)