Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はCsvHelperを使用していますが、プロパティだけでなくフィールドもシリアル化できるようにしたいと考えています。これを行う方法はありますか?
ドキュメントでは「フィールド」という言葉がクラス プロパティを意味するために使用されているため、これを検索するのは難しいことに注意してくださいMyIntField。
MyIntField
class Something { public int MyIntProperty {get; set;} public int MyIntField; }