コード例 #1
0
ファイル: SaveModuleOptionsVM.cs プロジェクト: damnya/dnSpy
 public SaveModuleOptionsVM CopyTo(SaveModuleOptionsVM other)
 {
     other.FileName = FileName;
     other.UseMixedMode = UseMixedMode;
     other.InitializeFrom(CreateWriterOptions());
     return other;
 }