Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Allow Custom PMixin aggregate attributes #30

Open
ppittle opened this issue Aug 20, 2014 · 0 comments
Open

Allow Custom PMixin aggregate attributes #30

ppittle opened this issue Aug 20, 2014 · 0 comments

Comments

@ppittle
Copy link
Owner

ppittle commented Aug 20, 2014

This should be allowed:

                           public class Mixin1
                            {
                                public int Number{ get{ return 42;} }
                            }

                            public class Mixin2
                            {
                                public int OtherNumber{ get{ return 24;} }
                            }

                            [pMixin(Mixin = typeof(Mixin1))]
                            [pMixin(Mixin = typeof(Mixin2))]
                            public class CustomPMixinsAttribute : Attribute
                            {                               
                            }

                            [CustomPMixins]                           
                            public partial class Target
                            {                                
                            }                      
ppittle pushed a commit that referenced this issue Aug 20, 2014
Custom PMixin Attributes support
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant