March 2002
Intermediate to advanced
864 pages
31h 8m
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 method ParameterModifier(int paramaterCount); // Public Instance Properties public field bool this{set; get; } }
System.Object→System.ValueType→ParameterModifier
Multiple types