Skip to content

Commit 16c6bc5

Browse files
committed
Add comment
1 parent 9d8ce0e commit 16c6bc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Orm/Xtensive.Orm/Orm/Rse/MappedColumn.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ public MappedColumn(ColumnInfoRef columnInfoRef, ColNum index, Type type)
5959

6060
}
6161

62+
// The purpose of this class is minimize allocation size of `MappedColumn`
63+
// Non self-referencing `Origin` property is a rare case
6264
internal sealed class DerivedMappedColumn(string name, ColNum index, Type type, Column origin, ColumnInfoRef columnInfoRef)
6365
: MappedColumn(columnInfoRef, name, index, type)
6466
{

0 commit comments

Comments
 (0)