ServiceLoader.IProvider.Get Method

Definition

Returns an instance of the provider.

[Android.Runtime.Register("get", "()Ljava/lang/Object;", "GetGetHandler:Java.Util.ServiceLoader/IProviderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=35)]
public Java.Lang.Object? Get ();
[<Android.Runtime.Register("get", "()Ljava/lang/Object;", "GetGetHandler:Java.Util.ServiceLoader/IProviderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=35)>]
abstract member Get : unit -> Java.Lang.Object

Returns

An instance of the provider.

Implements

Attributes

Remarks

Returns an instance of the provider.

Java documentation for java.util.ServiceLoader.Provider.get().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to