/src/LinFu.Reflection/LoaderPluginAttribute.cs

http://github.com/philiplaureano/LinFu · C# · 11 lines · 7 code · 1 blank · 3 comment · 0 complexity · d72e8803b32fc0df493b1dfba39a3a75 MD5 · raw file

  1. using System;
  2. namespace LinFu.Reflection
  3. {
  4. /// <summary>
  5. /// Marks a class as a loader plugin type.
  6. /// </summary>
  7. public class LoaderPluginAttribute : Attribute
  8. {
  9. }
  10. }