Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ProtocolBuffers
MessageBaseCode
C# Class ProtocolBuffers.MessageBaseCode
This is currently not used. This approach place all fields and template methods in a base class.
Inheritance:
MessageCode
Show file
Open project: enyim/ProtoBuf
Public Methods
Method
Description
GenerateClass
(
Message
m
) :
string
Protected Methods
Method
Description
GenerateProperty
(
Field
f
) :
string
Method Details
GenerateClass()
public
method
public
GenerateClass
(
Message
m
) :
string
m
Message
return
string
GenerateProperty()
protected
method
protected
GenerateProperty
(
Field
f
) :
string
f
Field
return
string