public record InheritDocRecordBase_Child(int Property, int OtherProperty) : InheritDocRecordBase(Property)
Summary (record).
public int Property { get; }
A property.
public int OtherProperty { get; }
Another property.
public record InheritDocRecordBase_Child(int Property, int OtherProperty) : InheritDocRecordBase(Property)
Summary (record).
public int Property { get; }
A property.
public int OtherProperty { get; }
Another property.