Beispiel #1
0
 public virtual IType VisitByReferenceType(ByReferenceType type)
 {
     return(type.VisitChildren(this));
 }