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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next