11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
== Compliant Solution
|
|
|
|
[source,text]
|
|
----
|
|
[Export(typeof(IFooBar))]
|
|
[PartCreationPolicy(CreationPolicy.Any)]
|
|
public class FooBar : IFooBar
|
|
{
|
|
}
|
|
----
|