ParameterModifier::Item Property (Int32)

 

Gets or sets a value that specifies whether the parameter at the specified index position is to be modified by the current ParameterModifier.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
property bool default[
	int index
] {
	bool get(int index);
	void set(int index, bool value);
}

Parameters

index
Type: System::Int32

The index position of the parameter whose modification status is being examined or set.

Property Value

Type: System::Boolean

true if the parameter at this index position is to be modified by this ParameterModifier; otherwise, false.

Indexers permit a default property on a type to be indexed as if the type were an array.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: