コード例 #1
0
ファイル: Parser.cs プロジェクト: joconno4/MediaPortal-2
 /// <summary>
 /// Registers the specified converter for non-standard custom types.
 /// </summary>
 public void SetCustomTypeConverter(ConvertTypeDlgt customTypeConverter)
 {
   TypeConverter.CustomTypeConverter = customTypeConverter;
 }
コード例 #2
0
 /// <summary>
 /// Registers the specified converter for non-standard custom types.
 /// </summary>
 public void SetCustomTypeConverter(ConvertTypeDlgt customTypeConverter)
 {
     TypeConverter.CustomTypeConverter = customTypeConverter;
 }