Class FieldGroup
Group of fields.
public sealed class FieldGroup : MemberGroup<CodeField>, IMemberGroup, ICodeElement
- Inheritance
-
FieldGroup
- Implements
- Inherited Members
- Extension Methods
Constructors
FieldGroup(bool)
public FieldGroup(bool tableLayout)
Parameters
tableLayout
bool
FieldGroup(IEnumerable<CodeField>?, bool)
public FieldGroup(IEnumerable<CodeField>? members, bool tableLayout)
Parameters
members
IEnumerable<CodeField>tableLayout
bool
Properties
ElementType
Type of node.
public override CodeElementType ElementType { get; }
Property Value
TableLayout
Prefered group rendering layout: as-is or table layout.
public bool TableLayout { get; }
Property Value
Methods
New(CodeIdentifier, IType)
public FieldBuilder New(CodeIdentifier name, IType type)
Parameters
name
CodeIdentifiertype
IType