다음을 통해 공유


NSMutableIndexSet.Remove 메서드

정의

오버로드

Remove(NSIndexSet)

이 집합에 있는 에 other 지정된 인덱스를 제거합니다.

Remove(nuint)

컬렉션에서 단일 인덱스를 제거합니다.

Remove(NSIndexSet)

이 집합에 있는 에 other 지정된 인덱스를 제거합니다.

[Foundation.Export("removeIndexes:")]
public virtual void Remove (Foundation.NSIndexSet other);
abstract member Remove : Foundation.NSIndexSet -> unit
override this.Remove : Foundation.NSIndexSet -> unit

매개 변수

other
NSIndexSet

제거할 인덱스 집합입니다.

특성

적용 대상

Remove(nuint)

컬렉션에서 단일 인덱스를 제거합니다.

[Foundation.Export("removeIndex:")]
public virtual void Remove (nuint index);
abstract member Remove : nuint -> unit
override this.Remove : nuint -> unit

매개 변수

index
System.System.UIntPtr System.unativeint

제거할 인덱스입니다.

특성

적용 대상