NSData.Item[nint] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取位於 NSData 物件中指定位置的位元組。
public virtual byte this[nint idx] { get; set; }
member this.Item(nint) : byte with get, set
參數
- idx
- System.System.IntPtr System.nativeint
索引到 NSData。
屬性值
在該位置的值,如果您嘗試存取超出其界限的資料,則為例外狀況。