Exemplo n.º 1
0
        public static Schema.KRPC.EnumerationValue ToProtobufMessage(this EnumerationValue enumerationValue)
        {
            var result = new Schema.KRPC.EnumerationValue();

            result.Name          = enumerationValue.Name;
            result.Value         = enumerationValue.Value;
            result.Documentation = enumerationValue.Documentation;
            return(result);
        }
Exemplo n.º 2
0
 public static Schema.KRPC.EnumerationValue ToProtobufMessage (this EnumerationValue enumerationValue)
 {
     var result = new Schema.KRPC.EnumerationValue ();
     result.Name = enumerationValue.Name;
     result.Value = enumerationValue.Value;
     result.Documentation = enumerationValue.Documentation;
     return result;
 }