TCollectionAdapter<T>.Add(TValue) Method
Summary
Represents method
Add(TValue)
.
Namespace
:
Spring.Collections.Adapters
Syntax
Delphi
private procedure Add(const item:
TValue
);
Parameters
item
Type: System.Void
Implements
ICollection.Add(TValue)
See Also
Reference
TCollectionAdapter<T>
Spring.Collections.Adapters