/src/SampleLibrary/AOP/SampleClassWithNonVirtualMethod.cs

http://github.com/philiplaureano/LinFu · C# · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 3814462d889c0a1cefba116fb5fc2fb0 MD5 · raw file

  1. namespace SampleLibrary.AOP
  2. {
  3. public class SampleClassWithNonVirtualMethod
  4. {
  5. public void DoSomething()
  6. {
  7. }
  8. }
  9. }