Click or drag to resize

TypeDeclGetMemberDecls Method

Get all member declarations of the TypeDecl (methods, properties, indexers, events, fields, and nested types).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public IEnumerable<INamedCodeObject> GetMemberDecls(
	bool currentPartOnly = false
)

Parameters

currentPartOnly (Optional)
Type: SystemBoolean
True to get members from current part only if the TypeDecl is partial.

Return Value

Type: IEnumerableINamedCodeObject
See Also