Beispiel #1
0
 public ExtensionAttribute(ExtensionElementPlacement placementType, bool supportsInline)
 {
     this.PlacementType = placementType;
     this.SupportsInline = supportsInline;
 }
Beispiel #2
0
 public ExtensionAttribute(ExtensionElementPlacement placementType, bool supportsInline)
 {
     this.PlacementType  = placementType;
     this.SupportsInline = supportsInline;
 }