void ITypeInfo.GetTypeComp(out ITypeComp ppTComp)
 {
     Before();
     _wrapper.GetTypeComp(out var t);
     After($"{nameof(ppTComp)}: {t?.GetHashCode()}");
     ppTComp = t;
 }
Exemple #2
0
 public void GetTypeComp(out ITypeComp ppTComp)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Exemple #3
0
 public void GetTypeComp(out ITypeComp ppTComp)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Exemple #4
0
 public void GetTypeComp(out ITypeComp ppTComp)
 {
     throw new NotImplementedException();
 }