Click or drag to resize

PropertyDeclBase_name Field

The name can be a string or an Expression (in which case it should be a Dot operator with a TypeRef to an Interface on the left and an interface member ref on the right), or if this is an IndexerDecl it can be a ThisRef or a Dot operator with a TypeRef to an Interface on the left and ThisRef on the right.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected Object _name

Field Value

Type: Object
See Also