Enums/MatchFormattingOptions.ps1
Add-Type -TypeDefinition @"
public enum MatchFormattingOptions { ExactMatch, SubsetMatch } "@ |
Add-Type -TypeDefinition @"
public enum MatchFormattingOptions { ExactMatch, SubsetMatch } "@ |