Skip to content

Commit 87deab5

Browse files
authored
Remove unnecessary implementation of ITypeHandler<T>.Type (#21)
1 parent b6cc5a4 commit 87deab5

File tree

1 file changed

+0
-2
lines changed
  • sources/RevitDBExplorer/Domain/DataModel/ValueContainers/Base

1 file changed

+0
-2
lines changed

sources/RevitDBExplorer/Domain/DataModel/ValueContainers/Base/TypeHandler.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ internal abstract class TypeHandler<T> : ITypeHandler<T>, ITypeHandler
1414

1515
public Type Type => type;
1616

17-
Type ITypeHandler<T>.Type { get; }
18-
1917
public string GetTypeHandlerName(T value)
2018
{
2119
var containerTypeName = Type.GetCSharpName();

0 commit comments

Comments
 (0)