DependencyViewer.Common.Loaders.SolutionLoader.GetProject C# (CSharp) Method

GetProject() public method

public GetProject ( System.Guid guid ) : IProject
guid System.Guid
return IProject
        public IProject GetProject(Guid guid)
        {
            return _projects[guid];
        }