コード例 #1
0
 public PropertyValueResource Visit(FixedPropertyValue fixedPropertyValue)
 {
     return(new FixedPropertyValueResource
     {
         Value = fixedPropertyValue.Value
     });
 }
コード例 #2
0
 public PropertyValueSurrogate Visit(FixedPropertyValue fixedPropertyValue)
 {
     return(new FixedPropertyValueSurrogate
     {
         Value = fixedPropertyValue.Value
     });
 }