Exemple #1
0
 private bool DeclaredByContractType(MethodReference method)
 {
     return(ContractBase.IsAssignableFrom(method.DeclaringType));
 }