Ejemplo n.º 1
0
 /// <summary>
 /// Traverses the nested type reference.
 /// </summary>
 public void Traverse(INestedTypeReference nestedTypeReference)
 {
     Contract.Requires(nestedTypeReference != null);
       nestedTypeReference.DispatchAsReference(this.dispatchingVisitor);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Traverses the nested type reference.
 /// </summary>
 public void Traverse(INestedTypeReference nestedTypeReference)
 {
     nestedTypeReference.DispatchAsReference(this.dispatchingVisitor);
 }