Class TReadOnlySet
Unit
Declaration
type generic TReadOnlySet<TItem,TInfo> = class(specialize TReadOnlyCustomSet<TItem,TInfo>)
Description
Generic read-only set
The data in this set can be read, but there are no public methods to modify it.
Hierarchy
- TReadOnlyCustomSet
- TReadOnlySet
Overview
Nested Types
PItem = ˆTItem; |
Methods
function contains(const item: TItem): boolean; inline; |
Properties
property items[item: TItem]: Boolean read contains; |
Description
Nested Types
PItem = ˆTItem; |
|
Methods
function contains(const item: TItem): boolean; inline; |
|
Returns if the set |
Properties
property items[item: TItem]: Boolean read contains; |
|
Default parameter, so you can test if the set contains an item |
Generated by PasDoc 0.16.0.