Click or drag to resize

Block_namedMembers Field

Dictionary of named members in the block (LocalDecls, Labels, SwitchItems, nested LocalDeclExpr expressions, or if the block's parent is a TypeDecl then the various named members).

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

Field Value

Type: NamedCodeObjectDictionary
See Also