다음을 통해 공유


XmlHelpers.StreamFromObject(Object, Type) 메서드

정의

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

매개 변수

o
Object
t
Type

반환

적용 대상