XenoAtom.CommandLine Home
  1. Home
  2. Docs
  3. API
    1. NuGet
    2. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. XenoAtom.CommandLine
    4. CommandGroup

    CommandGroup Class

    Definition

    Namespace XenoAtom.CommandLine
    Assembly XenoAtom.CommandLine.dll
    Inherits Object → CommandNode → CommandContainer
    Derived XenoAtom.CommandLine.CompletionCommands
    Implements IEnumerable
    View source
    Show inherited members (14)
    • XenoAtom.CommandLine.CommandContainer.Nodes
    • XenoAtom.CommandLine.CommandContainer.Add(XenoAtom.CommandLine.CommandNode)
    • XenoAtom.CommandLine.CommandContainer.AddImpl(XenoAtom.CommandLine.CommandNode)
    • XenoAtom.CommandLine.CommandContainer.System.Collections.IEnumerable.GetEnumerator()
    • XenoAtom.CommandLine.CommandNode.ActivePredicate
    • XenoAtom.CommandLine.CommandNode.IsActive()
    • XenoAtom.CommandLine.CommandNode.Parent
    • System.Object.Equals(System.Object?)
    • System.Object.Equals(System.Object?, System.Object?)
    • System.Object.GetHashCode()
    • System.Object.GetType()
    • System.Object.MemberwiseClone()
    • System.Object.ReferenceEquals(System.Object?, System.Object?)
    • System.Object.ToString()

    A group of commands that will be inlined in the parent command.

    public class CommandGroup(Func<bool>? active = null) : CommandContainer, IEnumerable
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Constructors (1)

    CommandGroup(Func<Boolean>?)A group of commands that will be inlined in the parent command.

    This project is part of the XenoAtom.


    Copyright © 2026, Alexandre Mutel aka xoofx - Content licensed under the Creative Commons CC BY 4.0 | Site generated by lunet hosted on GitHub Pages