August 2003
Intermediate to advanced
928 pages
32h 1m
English
ParameterModifier
This value type acts much like an array of boolean values. It can be constructed to a certain size, and then each index can be set or retrieved.
public struct ParameterModifier { // Public Constructors public ParameterModifier(intparameterCount); // Public Instance Properties public bool this[intindex]{set; get; } }
System.Object
→
System.ValueType
→
ParameterModifier
Multiple types