// (c) Copyright Microsoft Corporation. // This source is subject to the Microsoft Public License (Ms-PL). // Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details. // All other rights reserved. namespace Microsoft.Test.CommandLineParsing { /// /// Contains a full-featured API for command-line parsing. The API is exposed /// in several decoupled layers – from a string-based command-line dictionary, /// to a strongly-typed command-line parser. /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1812")] [System.Runtime.CompilerServices.CompilerGenerated()] class NamespaceDoc { // Empty class used only for generation of namespace comments. } }