Пример #1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="HookAlterBaseFieldProtectionAttribute" /> class.
 /// </summary>
 /// <param name="protection">
 ///     The protection.
 /// </param>
 public HookAlterBaseFieldProtectionAttribute(LowestProtection protection)
 {
     this.Protection = protection;
 }
 public HookAlterProtectionAttribute(LowestProtection protection, string className)
 {
     Protection = protection;
     ClassName  = className;
 }
 public HookAlterBaseProtectionAttribute(LowestProtection protection)
 {
     Protection = protection;
 }