NSMutableOrderedSet.ExchangeObject(nint, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exchanges the objects at the specified indices.
[Foundation.Export("exchangeObjectAtIndex:withObjectAtIndex:")]
public virtual void ExchangeObject (nint first, nint second);
abstract member ExchangeObject : nint * nint -> unit
override this.ExchangeObject : nint * nint -> unit
Parameters
- first
- System.System.IntPtr System.nativeint
- second
- System.System.IntPtr System.nativeint
- Attributes