EnumSet.Clone 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.
Returns a copy of this set.
[Android.Runtime.Register("clone", "()Ljava/util/EnumSet;", "GetCloneHandler")]
public virtual Java.Util.EnumSet? Clone ();
[<Android.Runtime.Register("clone", "()Ljava/util/EnumSet;", "GetCloneHandler")>]
override this.Clone : unit -> Java.Util.EnumSet
Returns
a copy of this set
- Attributes
Remarks
Returns a copy of this set.
Java documentation for java.util.EnumSet.clone()
.
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.