Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the ThriftStruct class with the specified values.
 /// </summary>
 public ThriftStruct(ThriftStructHeader header, IReadOnlyList <ThriftField> fields, TypeInfo typeInfo)
 {
     Header   = header;
     Fields   = fields;
     TypeInfo = typeInfo;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Writes the specified struct header.
 /// </summary>
 public void WriteStructHeader(ThriftStructHeader header)
 {
 }