 | XmlAnythingT Constructor (T) |
Constructs a wrapper for serializing the passed object along with its type to and from XML.
Namespace: Slash.XmlAssembly: Slash.Xml (in Slash.Xml.dll) Version: 1.0.5843.24179
Syntaxpublic XmlAnything(
T t
)
Public Sub New (
t As T
)
public:
XmlAnything(
T t
)
new :
t : 'T -> XmlAnything
Parameters
- t
- Type: T
Object to wrap.
See Also