MulticoreOptimizer.Bunch Property
[Category("Concurrency")]
public int Bunch {get; set;}
This language is not supported or no code example is available.
[Category("Concurrency")]
public:
property int Bunch {
int get( );
void set(
int value
);
}
This language is not supported or no code example is available.
public
Category("Concurrency")
function get Bunch() : int;
public
Category("Concurrency")
function set Bunch(value : int);
This language is not supported or no code example is available.
Property Value
int
In this article
Definition