public void GetSourcesAndTargets( ICollection<StorableObject> colSources, ICollection<StorableObject> colTargets )
public: void GetSourcesAndTargets( ICollection<StorableObject^>^ colSources, ICollection<StorableObject^>^ colTargets )
Parameters
| Parameter Name | Description |
|---|---|
| colSources | Collection which will be filled with sources of the cable. Can't be null or read-only. |
| colTargets | Collection which will be filled with targets of the cable. Can't be null or read-only. |