AnonymousTypeAddProperty Method |
Add an automatic property to the class.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override PropertyDecl AddProperty(
string name,
TypeRefBase propertyTypeRef
)
Parameters
- name
- Type: SystemString
The name of the property. - propertyTypeRef
- Type: Nova.CodeDOMTypeRefBase
The type of the property.
Return Value
Type:
PropertyDeclThe new
PropertyDecl.
See Also