Encapsulates both a source object and its weight in a source group
Name | |
---|---|
implicit | operator MamaSource(MamaWeightedSource weightedSource) Provides an implicit cast to MamaSource |
Name | |
---|---|
MamaSource | Source Returns the source object |
uint | weight Returns the source’s weight in the source group |
int | weightClsCompliant CLS compliant version of weight |
static implicit operator MamaSource(
MamaWeightedSource weightedSource
)
Provides an implicit cast to MamaSource
MamaSource Source;
Returns the source object
uint weight;
Returns the source’s weight in the source group
int weightClsCompliant;
CLS compliant version of weight
Updated on 2023-03-31 at 15:29:33 +0100