Exemplo n.º 1
0
 public EventDefinition(ServiceDefinition serviceDefinition, EventInfo eventInfo)
 {
     ServiceDefinition = serviceDefinition;
     EventInfo         = eventInfo;
     Name = eventInfo.Name;
 }
Exemplo n.º 2
0
 public MethodDefinition(ServiceDefinition serviceDefinition, MethodInfo methodInfo)
 {
     ServiceDefinition = serviceDefinition;
     MethodInfo        = methodInfo;
     Name = methodInfo.Name;
 }