Enums/Ignore.ps1
Add-Type -TypeDefinition @"
using System; namespace PSAutomator { [Flags] public enum Ignore { MatchingEmptyOrNull, MatchingObjects, MatchingFields } } "@ |
Add-Type -TypeDefinition @"
using System; namespace PSAutomator { [Flags] public enum Ignore { MatchingEmptyOrNull, MatchingObjects, MatchingFields } } "@ |