PageTypeBuilder.Specs.Helpers.TypeBuildingDsl.PropertySpecification.AddAttributeTemplate C# (CSharp) Méthode

AddAttributeTemplate() public méthode

public AddAttributeTemplate ( Attribute template ) : void
template System.Attribute
Résultat void
        public void AddAttributeTemplate(Attribute template)
        {
            Attributes.Add(new AttributeSpecification(template));
        }