Skip to content

Commit bf06d42

Browse files
committed
Expression body for ConversionData.Converter property
1 parent 2aa5809 commit bf06d42

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/System.Management.Automation/engine/LanguagePrimitives.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4029,10 +4029,7 @@ public ConversionData(PSConverter<T> converter, ConversionRank rank)
40294029
Rank = rank;
40304030
}
40314031

4032-
public object Converter
4033-
{
4034-
get { return _converter; }
4035-
}
4032+
public object Converter => _converter;
40364033

40374034
public ConversionRank Rank { get; }
40384035

0 commit comments

Comments
 (0)