PageTypeBuilder.Specs.Helpers.TypeBuildingDsl.TypeSpecification.AddAttributeTemplate C# (CSharp) 메소드

AddAttributeTemplate() 공개 메소드

public AddAttributeTemplate ( Attribute template ) : void
template System.Attribute
리턴 void
        public void AddAttributeTemplate(Attribute template)
        {
            Attributes.Add(new AttributeSpecification(template));
        }