MapEntry.CopyOf(IMapEntry) Method
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.
Caution
Use 'Java.Util.IMapEntry.CopyOf'. This class will be removed in a future release.
[Android.Runtime.Register("copyOf", "(Ljava/util/Map$Entry;)Ljava/util/Map$Entry;", "", ApiSince=35)]
[Java.Interop.JavaTypeParameters(new System.String[] { "K", "V" })]
[System.Obsolete("Use 'Java.Util.IMapEntry.CopyOf'. This class will be removed in a future release.")]
public static Java.Util.IMapEntry CopyOf (Java.Util.IMapEntry e);
[<Android.Runtime.Register("copyOf", "(Ljava/util/Map$Entry;)Ljava/util/Map$Entry;", "", ApiSince=35)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "K", "V" })>]
[<System.Obsolete("Use 'Java.Util.IMapEntry.CopyOf'. This class will be removed in a future release.")>]
static member CopyOf : Java.Util.IMapEntry -> Java.Util.IMapEntry
Parameters
Returns
- Attributes