Skip to content

Commit

Permalink
Generics review the code and UT #79
Browse files Browse the repository at this point in the history
- refactoring names
  • Loading branch information
mpostol committed Jul 18, 2018
1 parent 24d41a1 commit 96729b3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public static ClassType StaticMethod(ClassType parameter)
{
return parameter;
}

//generic methods
public bool Equals<MethodType>(ClassType parameter1, ClassType parameter2)
{
Expand Down

0 comments on commit 96729b3

Please sign in to comment.