Baza.Infrastructure.Logging.EnterpriseLibrary.EnterpriseLibraryLogger.BeginScopeImpl C# (CSharp) Метод

BeginScopeImpl() публичный Метод

public BeginScopeImpl ( object state ) : IDisposable
state object
Результат IDisposable
        public IDisposable BeginScopeImpl(object state)
        {
            return null;
        }