Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CommandArgs.cs « Commanding « TextUI « Def « Text « Editor « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea4b4e2f9442264c2c9cf207ae437e858084a7fa (plain)
1
2
3
4
5
6
7
8
9
namespace Microsoft.VisualStudio.Commanding
{
    /// <summary>
    /// A base class for all command arguments.
    /// </summary>
    public abstract class CommandArgs
    {
    }
}