NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlSerializer.FromTypes

[To be supplied.]

[Visual Basic]
Public Shared Function FromTypes( _
   ByVal types() As Type _
) As XmlSerializer ()
[C#]
public static XmlSerializer[] FromTypes(
   Type[] types
);
[C++]
public: static XmlSerializer* FromTypes(
   Type* types[]
) [];
[JScript]
public static function FromTypes(
   types : Type[]
) : XmlSerializer[];

Parameters

types
[To be supplied.]

See Also

XmlSerializer Class | XmlSerializer Members | System.Xml.Serialization Namespace