Constructor ObjectCreationMethodAttribute
ObjectCreationMethodAttribute(Type, string)
Constructs the ObjectCreationMethodAttribute instance
Declaration
public ObjectCreationMethodAttribute(Type type, string methodName)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | The type that contains the method which implements the creation |
| string | methodName | The name of the static method that implements the creation |