IAppendableExtensions.Append Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| Append(IAppendable, String) | |
| Append(IAppendable, String, Int32, Int32) |
Append(IAppendable, String)
public static Java.Lang.IAppendable Append(this Java.Lang.IAppendable self, string? csq);
static member Append : Java.Lang.IAppendable * string -> Java.Lang.IAppendable
Parametri
- self
- IAppendable
- csq
- String
Valori restituiti
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.
Si applica a
Append(IAppendable, String, Int32, Int32)
public static Java.Lang.IAppendable Append(this Java.Lang.IAppendable self, string? csq, int start, int end);
static member Append : Java.Lang.IAppendable * string * int * int -> Java.Lang.IAppendable
Parametri
- self
- IAppendable
- csq
- String
- start
- Int32
- end
- Int32
Valori restituiti
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.