ContainerSpan.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Add(TextSpan) | |
Add(String) |
Add(TextSpan)
public:
void Add(System::CommandLine::Rendering::TextSpan ^ child);
public void Add(System.CommandLine.Rendering.TextSpan child);
member this.Add : System.CommandLine.Rendering.TextSpan -> unit
Public Sub Add (child As TextSpan)
Parameters
- child
- TextSpan
Applies to
Add(String)
public:
void Add(System::String ^ text);
public void Add(string text);
member this.Add : string -> unit
Public Sub Add (text As String)
Parameters
- text
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.