Constructor ModelDeclarationSpecAttribute
| Improve this Doc View SourceModelDeclarationSpecAttribute(Boolean, Type, Type[])
Initializes a new instance of ModelDeclarationSpecAttribute.
Declaration
public ModelDeclarationSpecAttribute(bool isProperty, Type returnType, params Type[] parameterTypes)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isProperty | Specifies whether the implementation is property or method. |
System.Type | returnType | Return type of the implementation property/method. |
System.Type[] | parameterTypes | Parameter types of the implementation method. |