示例#1
0
 public IDisposable BeginScope <TState>(TState state)
 {
     return(_provider.BeginScope(state));
 }