Properties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Properties() |
Creates an empty property list with no default values. |
Properties(Properties) |
Creates an empty property list with the specified defaults. |
Properties(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Properties()
Creates an empty property list with no default values.
[Android.Runtime.Register(".ctor", "()V", "")]
public Properties ();
- Attributes
Remarks
Creates an empty property list with no default values.
Java documentation for java.util.Properties.Properties()
.
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
Properties(Properties)
Creates an empty property list with the specified defaults.
[Android.Runtime.Register(".ctor", "(Ljava/util/Properties;)V", "")]
public Properties (Java.Util.Properties? defaults);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Properties;)V", "")>]
new Java.Util.Properties : Java.Util.Properties -> Java.Util.Properties
Parameters
- defaults
- Properties
the defaults.
- Attributes
Remarks
Creates an empty property list with the specified defaults.
Java documentation for java.util.Properties.Properties(java.util.Properties)
.
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
Properties(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected Properties (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.Properties : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.Properties
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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.