Linguaggio

ParserCursor Costruttori

Definizione

Overload

Nome Descrizione
ParserCursor(Int32, Int32)
ParserCursor(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

ParserCursor(Int32, Int32)

[Android.Runtime.Register(".ctor", "(II)V", "")]
public ParserCursor(int lowerBound, int upperBound);
[<Android.Runtime.Register(".ctor", "(II)V", "")>]
new Org.Apache.Http.Message.ParserCursor : int * int -> Org.Apache.Http.Message.ParserCursor

Parametri

lowerBound
Int32
upperBound
Int32
Attributi

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

ParserCursor(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

protected ParserCursor(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Message.ParserCursor : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Message.ParserCursor

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

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