예제 #1
0
 /// <summary>
 /// Determines whether instances of the provided type are serializable with the Altaxo Xml serialization framework.
 /// </summary>
 /// <param name="type">The type.</param>
 /// <returns>
 ///   <c>true</c> if instances of the specified object are serializable with the Altaxo Xml serialization framework; otherwise, <c>false</c>.
 /// </returns>
 public static bool IsSerializableType(System.Type type)
 {
     return(_xmlWriting.IsSerializableType(type));
 }