Ejemplo n.º 1
0
 public NetContractDescription(uint typeId, Type contractType, Type proxyType,
                               NetContractAttribute contractAttribute, List <NetOperationDescription> operations)
 {
     TypeId       = typeId;
     ContractType = contractType;
     ProxyType    = proxyType;
     Attribute    = contractAttribute;
     Operations   = operations;
 }
 public NetContractDescription(uint typeId, Type contractType, Type proxyType,
     NetContractAttribute contractAttribute, List<NetOperationDescription> operations)
 {
     TypeId = typeId;
     ContractType = contractType;
     ProxyType = proxyType;
     Attribute = contractAttribute;
     Operations = operations;
 }