Click or drag to resize

MethodDeclBase_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). For ConstructorDecls and DestructorDecls, the name should be null (they take on the name of their parent type).

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