Beispiel #1
0
 protected override string GetParamNeedsService(ParameterInfo baseParam)
 {
     return(m_Core.GetServiceName(baseParam.ParameterType));
 }