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