M_CommandLine_Core_SpecificationGuards_GuardAgainstSequenceWithZeroRange - adutton/commandline GitHub Wiki
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
private static Func<Specification, bool> GuardAgainstSequenceWithZeroRange()VB
Private Shared Function GuardAgainstSequenceWithZeroRange As Func(Of Specification, Boolean)C++
private:
static Func<Specification^, bool>^ GuardAgainstSequenceWithZeroRange()F#
private static member GuardAgainstSequenceWithZeroRange : unit -> Func<Specification, bool>
Type: Func(Specification, Boolean)