M_CommandLine_Core_SpecificationPropertyRules_EnforceSingle - adutton/commandline GitHub Wiki
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
private static Func<IEnumerable<SpecificationProperty>, IEnumerable<Error>> EnforceSingle(
IEnumerable<Token> tokens
)VB
Private Shared Function EnforceSingle (
tokens As IEnumerable(Of Token)
) As Func(Of IEnumerable(Of SpecificationProperty), IEnumerable(Of Error))C++
private:
static Func<IEnumerable<SpecificationProperty^>^, IEnumerable<Error^>^>^ EnforceSingle(
IEnumerable<Token^>^ tokens
)F#
private static member EnforceSingle :
tokens : IEnumerable<Token> -> Func<IEnumerable<SpecificationProperty>, IEnumerable<Error>>
- tokens
- Type: System.Collections.Generic.IEnumerable(Token)
Type: Func(IEnumerable(SpecificationProperty), IEnumerable(Error))