Condividi tramite


XmlHelpers.MemoryStreamFromObject(Object, Type) Metodo

Definizione

public:
 static System::IO::MemoryStream ^ MemoryStreamFromObject(System::Object ^ o, Type ^ t);
public static System.IO.MemoryStream MemoryStreamFromObject (object o, Type t);
static member MemoryStreamFromObject : obj * Type -> System.IO.MemoryStream
Public Shared Function MemoryStreamFromObject (o As Object, t As Type) As MemoryStream

Parametri

o
Object
t
Type

Restituisce

Si applica a