コード例 #1
0
 public T GetValue <T>(InternalEntityEntry entry, IPropertyBase propertyBase, int index)
 => IsEmpty
     ? entry.GetCurrentValue <T>(propertyBase)
     : _values.GetValue <T>(index);