TAdapters.CreateCollection<T>(ICollection<T>) Method
Represents method CreateCollection<T>(ICollection<T>)
.
public class function CreateCollection<T>(const source: ICollection<T>): ICollection;
Type Parameters
- T
Parameters
- source
- Type: ICollection<T>