コード例 #1
0
 protected override T?GetValueAdapter(IObjectData data, string name)
 {
     return(data.GetValueTypeValue(name, this.Creator));
 }