Microsoft.AspNetCore.SignalR.Hubs.EnumerableOfAssemblyLocator.GetAssemblies C# (CSharp) Method

GetAssemblies() public method

public GetAssemblies ( ) : IList
return IList
        public IList<Assembly> GetAssemblies()
        {
            return _assemblies.ToList();
        }
    }