I\'m porting an open source library from the regular .NET 4 Client Profile to DNX Core 5.0. There are quite a few library changes, with properties or methods being moved aro
Assuming the method Annotation is in the class TestClass, use
Annotation
TestClass
typeof(TestClass).GetMethod(nameof(Annotation))