Click or drag to resize

ClassDeclAddProperty Method

Add an automatic property to the ClassDecl.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual PropertyDecl AddProperty(
	string name,
	TypeRefBase propertyTypeRef
)

Parameters

name
Type: SystemString
propertyTypeRef
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: PropertyDecl
See Also