MonobjcMonobjc Documented Class Library
InstanceCount Property
NamespacesMonobjc.QuartzCoreCAReplicatorLayerInstanceCount

The number of copies to create, including the source layers.

Original signature is '@property NSInteger instanceCount'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger InstanceCount { get; set; }
Public Overridable Property InstanceCount As NSInteger
	Get
	Set
public:
virtual property NSInteger InstanceCount {
	NSInteger get ();
	void set (NSInteger value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)