public FunctionBase FindNameGivingObject( Function f )
public: FunctionBase^ FindNameGivingObject( Function^ f )
Parameters
| Parameter Name | Description |
|---|---|
| f | Function, which takes over a name. |
public FunctionBase FindNameGivingObject( Function f )
public: FunctionBase^ FindNameGivingObject( Function^ f )
| Parameter Name | Description |
|---|---|
| f | Function, which takes over a name. |
| Exception | Description |
|---|---|
| System.ArgumentException | Invalid parameters were found. |
| System.ArgumentNullException | Thrown if NULL was passed as a required parameter. |
| System.ApplicationException | When page was not set before. |