C# Class MonoDevelop.Monobjc.MonobjcProjectConfiguration

Inheritance: DotNetProjectConfiguration, ICustomDataItem
Datei anzeigen Open project: Monobjc/monobjc-monodevelop Class Usage Examples

Public Methods

Method Description
MonobjcProjectConfiguration ( ) : System

Initializes a new instance of the MonobjcProjectConfiguration class.

MonobjcProjectConfiguration ( String name ) : System

Initializes a new instance of the MonobjcProjectConfiguration class.

Method Details

MonobjcProjectConfiguration() public method

Initializes a new instance of the MonobjcProjectConfiguration class.
public MonobjcProjectConfiguration ( ) : System
return System

MonobjcProjectConfiguration() public method

Initializes a new instance of the MonobjcProjectConfiguration class.
public MonobjcProjectConfiguration ( String name ) : System
name String The name.
return System