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 afc60dd commit c0a4bc4Copy full SHA for c0a4bc4
docs/Posts/c# cost of reflection.md
@@ -22,7 +22,7 @@ public interface IObject
22
{
23
bool SetValue(string propertyName, object value);
24
object GetValue(string propertyName);
25
- T GetValue<T>(string propertyName); // I skipped the implementation of this in this post. Please find that in source code.
+ T GetValue<T>(string propertyName); // I skipped the implementation of this in this post. Please find that in source code.
26
}
27
```
28
0 commit comments