Constructor FunctionKey
| Improve this Doc View SourceFunctionKey(Type, String)
Initializes a new instance of FunctionKey.
Declaration
public FunctionKey(Type declaringType, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | declaringType | The type which declares this function key. |
| System.String | name | The name of this function key. |