C# Class NuGet.Commands.PackCommand.DictionaryPropertyProvider

Inheritance: IPropertyProvider
Show file Open project: themotleyfool/NuGet

Public Methods

Method Description
DictionaryPropertyProvider ( string>.IDictionary properties ) : System
GetPropertyValue ( string propertyName ) : dynamic

Method Details

DictionaryPropertyProvider() public method

public DictionaryPropertyProvider ( string>.IDictionary properties ) : System
properties string>.IDictionary
return System

GetPropertyValue() public method

public GetPropertyValue ( string propertyName ) : dynamic
propertyName string
return dynamic