コード例 #1
0
 public string SerializeJSON(IMaterialProfile settings)
 {
     return(base.SerializeJSON((TProfile)settings));
 }
コード例 #2
0
 public void ApplyKeyValuePair(IMaterialProfile settings, string keyValue)
 {
     base.ApplyKeyValuePair((TProfile)settings, keyValue);
 }
コード例 #3
0
 public void OnSet(IMaterialProfile profile)
 {
     base.OnSet((TProfile)profile);
 }
コード例 #4
0
 public Result ApplyJSON(IMaterialProfile settings, string json)
 {
     return(base.ApplyJSON((TProfile)settings, json));
 }