다음을 통해 공유


ABMutableMultiValue<T>.RemoveAt(nint) 메서드

정의

다중값 속성에서 값을 제거합니다.

public bool RemoveAt (nint index);
member this.RemoveAt : nint -> bool

매개 변수

index
System.System.IntPtr System.nativeint

제거할 값의 인덱스가 포함된 T:System.Int32 입니다.

반환

trueat 인덱 index 스가 ABMultiValueEntry<T> 제거되었으면 이고, false그렇지 않으면 입니다.

설명

가 범위를 벗어나면 index 예외가 발생합니다.

적용 대상