comparison jet-symbols/src/JetBrains.CommandLine.Symbols/ICommand.cs @ 102:0e927b14ccf1

restored jet-symbols native tool sources
author Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
date Mon, 16 May 2016 19:40:51 +0300
parents
children
comparison
equal deleted inserted replaced
101:52fc27842bc1 102:0e927b14ccf1
1 // Decompiled with JetBrains decompiler
2 // Type: JetBrains.CommandLine.Symbols.ICommand
3 // Assembly: JetBrains.CommandLine.Symbols, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325
4 // MVID: EF046BF6-60AC-48EA-9121-8AF3D8D08853
5 // Assembly location: C:\Data\Work\TeamCity\misc\tc-symbol-server\tools\JetSymbols\JetBrains.CommandLine.Symbols.exe
6
7 namespace JetBrains.CommandLine.Symbols
8 {
9 internal interface ICommand
10 {
11 int Execute();
12 }
13 }