コード例 #1
0
        public void CustomAttributes()
        {
            TestCustomAttributeProvider attributes = new TestCustomAttributeProvider();

            _builder.CustomAttributes = attributes;
            Assert.AreSame(attributes, _builder.CustomAttributes);
        }
コード例 #2
0
ファイル: TestMethodBuilder.cs プロジェクト: krbvroc1/KeeFox
 public void CustomAttributes()
 {
     TestCustomAttributeProvider attributes = new TestCustomAttributeProvider();
     _builder.CustomAttributes = attributes;
     Assert.AreSame(attributes, _builder.CustomAttributes);
 }