Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Toolchain"/> class.
 /// </summary>
 /// <param name="platform">The platform.</param>
 /// <param name="architecture">The target architecture.</param>
 protected Toolchain(Platform platform, TargetArchitecture architecture)
 {
     Platform     = platform;
     Architecture = architecture;
 }