コード例 #1
0
ファイル: Profiling.cs プロジェクト: ykafia/Paint.Net4
 public static EnterScope UseEnter(string message) =>
 EnterScope.Create();
コード例 #2
0
ファイル: Profiling.cs プロジェクト: ykafia/Paint.Net4
 public static EnterScope UseEnter() =>
 EnterScope.Create();