C# Class MonoDevelop.Projects.Formats.MSBuild.MSBuildBoolDataValue

Inheritance: MonoDevelop.Core.Serialization.DataValue
Show file Open project: LogosBible/monodevelop

Public Methods

Method Description
MSBuildBoolDataValue ( string name, bool value ) : System

Method Details

MSBuildBoolDataValue() public method

public MSBuildBoolDataValue ( string name, bool value ) : System
name string
value bool
return System