CharArrayBuffer.Append メソッド

定義

オーバーロード

Append(Object)
Append(CharArrayBuffer)
Append(Char)
Append(String)
Append(ByteArrayBuffer, Int32, Int32)
Append(CharArrayBuffer, Int32, Int32)
Append(Byte[], Int32, Int32)
Append(Char[], Int32, Int32)

Append(Object)

[Android.Runtime.Register("append", "(Ljava/lang/Object;)V", "")]
public void Append (Java.Lang.Object? obj);
[<Android.Runtime.Register("append", "(Ljava/lang/Object;)V", "")>]
member this.Append : Java.Lang.Object -> unit

パラメーター

obj
Object
属性

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

Append(CharArrayBuffer)

[Android.Runtime.Register("append", "(Lorg/apache/http/util/CharArrayBuffer;)V", "")]
public void Append (Org.Apache.Http.Util.CharArrayBuffer? b);
[<Android.Runtime.Register("append", "(Lorg/apache/http/util/CharArrayBuffer;)V", "")>]
member this.Append : Org.Apache.Http.Util.CharArrayBuffer -> unit

パラメーター

属性

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

Append(Char)

[Android.Runtime.Register("append", "(C)V", "")]
public void Append (char ch);
[<Android.Runtime.Register("append", "(C)V", "")>]
member this.Append : char -> unit

パラメーター

ch
Char
属性

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

Append(String)

[Android.Runtime.Register("append", "(Ljava/lang/String;)V", "")]
public void Append (string? str);
[<Android.Runtime.Register("append", "(Ljava/lang/String;)V", "")>]
member this.Append : string -> unit

パラメーター

str
String
属性

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

Append(ByteArrayBuffer, Int32, Int32)

[Android.Runtime.Register("append", "(Lorg/apache/http/util/ByteArrayBuffer;II)V", "")]
public void Append (Org.Apache.Http.Util.ByteArrayBuffer? b, int off, int len);
[<Android.Runtime.Register("append", "(Lorg/apache/http/util/ByteArrayBuffer;II)V", "")>]
member this.Append : Org.Apache.Http.Util.ByteArrayBuffer * int * int -> unit

パラメーター

off
Int32
len
Int32
属性

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

Append(CharArrayBuffer, Int32, Int32)

[Android.Runtime.Register("append", "(Lorg/apache/http/util/CharArrayBuffer;II)V", "")]
public void Append (Org.Apache.Http.Util.CharArrayBuffer? b, int off, int len);
[<Android.Runtime.Register("append", "(Lorg/apache/http/util/CharArrayBuffer;II)V", "")>]
member this.Append : Org.Apache.Http.Util.CharArrayBuffer * int * int -> unit

パラメーター

off
Int32
len
Int32
属性

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

Append(Byte[], Int32, Int32)

[Android.Runtime.Register("append", "([BII)V", "")]
public void Append (byte[]? b, int off, int len);
[<Android.Runtime.Register("append", "([BII)V", "")>]
member this.Append : byte[] * int * int -> unit

パラメーター

b
Byte[]
off
Int32
len
Int32
属性

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

Append(Char[], Int32, Int32)

[Android.Runtime.Register("append", "([CII)V", "")]
public void Append (char[]? b, int off, int len);
[<Android.Runtime.Register("append", "([CII)V", "")>]
member this.Append : char[] * int * int -> unit

パラメーター

b
Char[]
off
Int32
len
Int32
属性

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象