[Android.Runtime.Register("java/util/PropertyResourceBundle", DoNotGenerateAcw=true)] public class PropertyResourceBundle : ResourceBundle
Remarks
PropertyResourceBundle loads resources from an InputStream. All resources are
Strings. The resources must be of the form key=value, one
resource per line (see Properties).