Method | Description | |
---|---|---|
Accept ( IVisitor visitor ) : void |
Accepts the specified visitor and call the relevant IVisitor.Visit***() method
|
|
PropertyModel ( |
Initializes a new instance of the PropertyModel class.
|
Method | Description | |
---|---|---|
PropertyModel ( ) : System |
Initializes a new instance of the PropertyModel class.
|
public Accept ( IVisitor visitor ) : void | ||
visitor | IVisitor | The visitor. |
return | void |
public PropertyModel ( |
||
prop | The prop. | |
att | PropertyAttribute | The att. |
return | System |