Ejemplo n.º 1
0
        public void CustomAttributes()
        {
            TestCustomAttributeProvider attributes = new TestCustomAttributeProvider();

            _builder.CustomAttributes = attributes;
            Assert.AreSame(attributes, _builder.CustomAttributes);
        }
Ejemplo n.º 2
0
 public void CustomAttributes()
 {
     TestCustomAttributeProvider attributes = new TestCustomAttributeProvider();
     _builder.CustomAttributes = attributes;
     Assert.AreSame(attributes, _builder.CustomAttributes);
 }