Skip to content

Commit c0a4bc4

Browse files
committed
update
1 parent afc60dd commit c0a4bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Posts/c# cost of reflection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public interface IObject
2222
{
2323
bool SetValue(string propertyName, object value);
2424
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.
25+
T GetValue<T>(string propertyName); // I skipped the implementation of this in this post. Please find that in source code.
2626
}
2727
```
2828

0 commit comments

Comments
 (0)