Share via


ResourceLoader.ResourceProvider Property

Definition

Caution

You shouldn't have used this one to begin with, don't use the other one either

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("You shouldn't have used this one to begin with, don't use the other one either")]
public static Func<System.Reflection.AssemblyName,string,string> ResourceProvider { get; }
member this.ResourceProvider : Func<System.Reflection.AssemblyName, string, string>

Property Value

System.Func<System.Reflection.AssemblyName,System.String,System.String>

For internal use by the Xamarin.Forms platform.

Attributes
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Applies to