Boo.Lang.Compiler.Steps.EmitAssembly.CreateDuckTypedCustomAttribute C# (CSharp) Méthode

CreateDuckTypedCustomAttribute() private méthode

private CreateDuckTypedCustomAttribute ( ) : CustomAttributeBuilder
Résultat System.Reflection.Emit.CustomAttributeBuilder
        private CustomAttributeBuilder CreateDuckTypedCustomAttribute()
        {
            return new CustomAttributeBuilder(DuckTypedAttribute_Constructor, new object[0]);
        }
EmitAssembly