TListAdapter<T>.Add(TValue) Method
Summary
Represents method
Add(TValue)
.
Namespace
:
Spring.Collections.Adapters
Syntax
Delphi
private function Add(const item:
TValue
): Integer;
Parameters
item
Type: System.Void
Return Value
Type:
Integer
Implements
IList.Add(TValue)
See Also
Reference
TListAdapter<T>
Spring.Collections.Adapters