Click or drag to resize

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
C#
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: PropertyDecl
The new PropertyDecl.
See Also