We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17117d commit 2cad68fCopy full SHA for 2cad68f
README.md
@@ -103,8 +103,8 @@ A set of Type and Reflection polyfill extension methods for .NET Standard v1.0 a
103
* PropertyInfo.IsStatic()
104
* PropertyInfo.IsIndexer()
105
* PropertyInfo.GetAccessors(bool nonPublic)
106
-* PropertyInfo.GetGetMethod(bool nonPublic)
107
-* PropertyInfo.GetSetMethod(bool nonPublic)
+* PropertyInfo.GetGetter(bool nonPublic)
+* PropertyInfo.GetSetter(bool nonPublic)
108
109
### Download
110
0 commit comments