Monobjc.ObjectiveCFrameworkAttribute.ObjectiveCFrameworkAttribute C# (CSharp) Method

ObjectiveCFrameworkAttribute() public method

Initializes a new instance of the Monobjc.ObjectiveCFrameworkAttribute class.
public ObjectiveCFrameworkAttribute ( bool system ) : System
system bool The value is true if the framework is a system one; false otherwise.
return System
		public ObjectiveCFrameworkAttribute (bool system)
		{
			this.IsSystem = system;
		}

Same methods

ObjectiveCFrameworkAttribute::ObjectiveCFrameworkAttribute ( bool system, String requiredFramework ) : System
ObjectiveCFrameworkAttribute