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

Multicast Mixins #15

Open
ppittle opened this issue Jul 6, 2014 · 0 comments
Open

Multicast Mixins #15

ppittle opened this issue Jul 6, 2014 · 0 comments

Comments

@ppittle
Copy link
Owner

ppittle commented Jul 6, 2014

Infrastructure for supporting multicast rules:

public class ApplyLoggingMixin : IMixinMulticastRule
{
public IEnumerable MixinsForType(string FullTypeName)
{
yield return typeof(LoggingMixin);
}
}

ppittle pushed a commit that referenced this issue Jul 6, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant