You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Acts as a factory for <see cref=""{interfaceName}""/> instances of a certain type. This interface may be
/// easier to use than <see cref=""{interfaceName}""/> in dependency injection scenarios.
/// </summary>
public interface {providerInterfaceName}{(interfaceName=="IDistributedUpgradeableReaderWriterLock"?": IDistributedReaderWriterLockProvider":string.Empty)}
{{
/// <summary>
/// Constructs an <see cref=""{interfaceName}""/> instance with the given <paramref name=""name""/>.
/// </summary>
{interfaceName}{createMethodName}(string name{(interfaceName.Contains("Semaphore")?", int maxCount":string.Empty)});
/// Equivalent to calling <see cref=""{providerInterfaceName}.{createMethodName}(string{(interfaceName.Contains("Semaphore")?", int":string.Empty)})"" /> and then