/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
- namespace SampleLibrary.AOP
- {
- public class SampleClassWithNonVirtualMethod
- {
- public void DoSomething()
- {
- }
- }
- }