public void GetAllFunctionsWithSameName( Function oFunction, ref ArrayList colFunctions )
public: void GetAllFunctionsWithSameName( Function^ oFunction, ArrayList^% colFunctions )
Parameters
| Parameter Name | Description |
|---|---|
| oFunction | The function based on which other functions with the same name are to be searched. |
| colFunctions | The list of results giving all functions with the same name. |