ParameterModifier

ParameterModifier CF 1.0, ECMA 1.0, serializable

System.Reflection (mscorlib.dll) struct

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  (int   parameterCount   );  // Public Instance Properties  public bool  this  [int   index   ]{set; get; } } 

Hierarchy

System.Object System.ValueType ParameterModifier

Passed To

Multiple types



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net