Boo.Lang.Compiler.Steps.EmitAssembly.CreateDuckTypedCustomAttribute C# (CSharp) Метод

CreateDuckTypedCustomAttribute() приватный Метод

private CreateDuckTypedCustomAttribute ( ) : CustomAttributeBuilder
Результат System.Reflection.Emit.CustomAttributeBuilder
        private CustomAttributeBuilder CreateDuckTypedCustomAttribute()
        {
            return new CustomAttributeBuilder(DuckTypedAttribute_Constructor, new object[0]);
        }
EmitAssembly