Example #1
0
 internal static Option Option(XmlRpcOption input)
 {
     return(new Option
     {
         Key = input.option,
         Value = input.value
     });
 }
Example #2
0
 internal static Option Option(XmlRpcOption input)
 {
     throw new NotImplementedException();
 }
Example #3
0
 internal static Option Option(XmlRpcOption input)
 {
     throw new NotImplementedException();
 }