Show / Hide Table of Contents

Constructor ModelDeclarationSpecAttribute

| Improve this Doc View Source

ModelDeclarationSpecAttribute(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest