CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
streaming_context.h
1
2#ifndef _aspose_serialization_streaming_context_h_
3#define _aspose_serialization_streaming_context_h_
4
5#include <defines.h>
6
7namespace System { namespace Runtime { namespace Serialization {
8
11class ASPOSECPP_SHARED_CLASS StreamingContext
12{
13};
14
15}}}
16
17#endif
Dummy class to make StreamingContext-using translated classes compile. Do not manage instances of thi...
Definition: streaming_context.h:12
Definition: db_command.h:9