public interface ICustomSet<T>
extends com.aspose.ms.System.Collections.Generic.IGenericCollection<T>
Provides the base interface for the abstraction of sets.
T
: The type of elements in the set.
addItem, clear, containsItem, copyToTArray, isReadOnly, removeItem, size
iterator
forEach, spliterator
Copyright (c) 2016 Aspose. All Rights Reserved.