ParameterModifier.Item[Int32] 속성

정의

지정된 인덱스 위치의 매개 변수를 현재 ParameterModifier위치에 의해 수정할지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool default[int] { bool get(int index); void set(int index, bool value); };
public bool this[int index] { get; set; }
member this.Item(int) : bool with get, set
Default Public Property Item(index As Integer) As Boolean

매개 변수

index
Int32

수정 상태를 검사하거나 설정하는 매개 변수의 인덱스 위치입니다.

속성 값

true 이 인덱스 위치의 매개 변수가 이 ParameterModifier위치에 의해 수정될 경우 , 그렇지 않으면 false.

설명

인덱서는 형식의 기본 속성을 배열인 것처럼 인덱싱할 수 있습니다.

적용 대상