CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
seekorigin.h
1
2
#pragma once
3
4
#include <system/details/enum_meta_info.h>
5
6
namespace
System
{
namespace
IO {
7
10
enum class
SeekOrigin
11
{
13
Begin
= 0,
15
Current
,
17
End
18
};
19
20
}}
// namespace System::IO
21
22
template
<>
23
struct
EnumMetaInfo<
System
::IO::SeekOrigin>
24
{
25
static
ASPOSECPP_SHARED_API
const
std::array<std::pair<System::IO::SeekOrigin, const char16_t*>, 3>& values();
26
};
System::IO::SeekOrigin
SeekOrigin
Specifies the reference position in the stream relative to which the position to seek to is specified...
Definition:
seekorigin.h:11
System::IO::SeekOrigin::Begin
@ Begin
Beginning of the stream.
System::IO::SeekOrigin::Current
@ Current
Current stream position.
System::IO::SeekOrigin::End
@ End
End of the stream.
System
Definition:
db_command.h:9
include
system
io
seekorigin.h
Generated by
1.9.4