Class NestedType
public abstract class NestedType : ArrowType, IArrowType- Inheritance
- 
      
      
      NestedType
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
NestedType(Field)
protected NestedType(Field field)Parameters
- fieldField
NestedType(IReadOnlyList<Field>)
protected NestedType(IReadOnlyList<Field> fields)Parameters
- fieldsIReadOnlyList<Field>
Properties
Children
[Obsolete("Use `Fields` instead")]
public IReadOnlyList<Field> Children { get; }Property Value
Fields
public IReadOnlyList<Field> Fields { get; }