Java.Util.ISet
A Set is a data structure which does not allow duplicate elements.

See Also: ISet Members

Syntax

[Android.Runtime.Register("java/util/Set", "", "Java.Util.ISetInvoker")]
public interface ISet : ICollection, IDisposable

Remarks

A Set is a data structure which does not allow duplicate elements.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1