Private/Types/validators/RecurrencePosition.generated.ps1

using namespace System.Management.Automation

class RecurrencePositionValidator : IValidateSetValuesGenerator {
    [string[]]GetValidValues() {
        return ('First', 'Second', 'Third', 'Fourth', 'Last')
    }
}