Skip to content

Commit 2322da2

Browse files
committed
Make methdo public
1 parent 7ecb8f0 commit 2322da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoMapper.Collection/Runtime/GeneratePropertyMapsFeature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public GeneratePropertyMapsFeature(List<IGeneratePropertyMaps> generators)
1919
_generators = generators.AsReadOnly();
2020
}
2121

22-
internal IEquivalentComparer Get(TypeMap typeMap)
22+
public IEquivalentComparer Get(TypeMap typeMap)
2323
{
2424
return _comparers
2525
.GetOrAdd(typeMap.Types, _ =>

0 commit comments

Comments
 (0)