示例#1
0
 public AffixEntryGroup <TEntry> ToGroup() => new AffixEntryGroup <TEntry>(AFlag, Options, AffixEntryCollection <TEntry> .Create(Entries));
示例#2
0
 public AffixEntryGroup(FlagValue aFlag, AffixEntryOptions options, AffixEntryCollection <TEntry> entries)
 {
     AFlag   = aFlag;
     Options = options;
     Entries = entries;
 }