私は C#/モバイル プログラミング/Xamarin に慣れていないので、私の愚かな間違いを責めないでください。デバイスのカメラの機能を表示するプログラムを作成しようとしています。コードの例を次に示します。
TextView a = new TextView (this);
A = Java.Lang.Integer ((int)CameraCharacteristics.ColorCorrectionAvailableAberrationModes);
そしてエラー:
"CameraCharacteristics.ColorCorrectionAvailableAberrationModes must declare a body because it is not marked abstract extern or partial"
私は何をしますか?