예제 #1
0
 private static void SetMutabilityTypeAttribute(NIAttributedBaseBuilder builder)
 {
     builder.AddAttribute("Mutability", true, true);
 }
예제 #2
0
 public static void SetLifetimeTypeAttribute(NIAttributedBaseBuilder builder)
 {
     builder.AddAttribute("Lifetime", true, true);
 }