/ src / modules / cmdpal / Microsoft.Terminal.UI / RunHistory.idl
RunHistory.idl
 1  // Copyright (c) Microsoft Corporation.
 2  // Licensed under the MIT license.
 3  
 4  namespace Microsoft.Terminal.UI
 5  {
 6      static runtimeclass RunHistory
 7      {
 8          static Windows.Foundation.Collections.IVector<String> CreateRunHistory();
 9      };
10  
11  }