C# Class ReSharper.NTriples.Cache.MSBuildPropertiesCache

显示文件 Open project: xsburg/ReSharper.NTriples

Public Methods

Method Description
GetProjectPropertyByName ( IProject project, string name ) : string
MSBuildPropertiesCache ( Lifetime lifetime, ViewableProjectsCollection viewableProjectsCollection ) : System

Method Details

GetProjectPropertyByName() public method

public GetProjectPropertyByName ( IProject project, string name ) : string
project IProject
name string
return string

MSBuildPropertiesCache() public method

public MSBuildPropertiesCache ( Lifetime lifetime, ViewableProjectsCollection viewableProjectsCollection ) : System
lifetime Lifetime
viewableProjectsCollection ViewableProjectsCollection
return System