私は以下のコードを持っているので、技術的にはすべてdb.txt
ファイルを1行ずつ読み込んでから、0
を配列いわゆるパスワードです。フィールド初期化子は非静的なフィールド、メソッド、またはプロパティを参照できません
private string[] lines = System.IO.File.ReadAllLines(@"U:\Final Projects\Bank\ATM\db.txt");
private string[] password = lines[0].Split(' ');
が、私はエラーを取得:
A field initializer cannot reference the non-static field, method, or property