ISet Interface
Represents type ISet
.
Spring.Collections.IEnumerable
Spring.Collections.ICollection
Spring.Collections.ISet
Spring.Collections.Adapters.THashSetAdapter<T>
type ISet = interface(ICollection) ['{D83ED568-A7C8-4142-BA0F-5A273AF1AA07}'] end;
The ISet type exposes the following members.
Name | Description | |
---|---|---|
Count | Returns the number of elements in a sequence. (Inherited from IEnumerable.) | |
ElementType | Returns the type of the elements in the sequence. (Inherited from IEnumerable.) | |
IsEmpty | Determines whether the sequence contains no elements. (Inherited from IEnumerable.) | |
IsReadOnly | Represents property | |
OnChanged | Represents property |
Name | Description | |
---|---|---|
Add(TValue) | Represents method | |
AddRange(IEnumerable) | Overloaded. Represents method | |
AddRange(TValue[]) | Overloaded. Represents method | |
AsObject | Returns the reference to this instance. (Inherited from IEnumerable.) | |
Clear | Represents method | |
ExceptWith(IEnumerable) | Represents method | |
Extract(TValue) | Represents method | |
ExtractRange(IEnumerable) | Overloaded. Represents method | |
ExtractRange(TValue[]) | Overloaded. Represents method | |
GetCount | Represents method | |
GetElementType | Represents method | |
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
GetIsEmpty | Represents method | |
GetIsReadOnly | Represents method | |
GetOnChanged | Represents method | |
IntersectWith(IEnumerable) | Represents method | |
IsSubsetOf(IEnumerable) | Represents method | |
IsSupersetOf(IEnumerable) | Represents method | |
Overlaps(IEnumerable) | Represents method | |
Remove(TValue) | Represents method | |
RemoveRange(IEnumerable) | Overloaded. Represents method | |
RemoveRange(TValue[]) | Overloaded. Represents method | |
SetEquals(IEnumerable) | Represents method | |
UnionWith(IEnumerable) | Represents method |