Пример #1
0
 public abstract void VisitCustomConstructable(CustomConstructable customConstructable);
 public void VisitCustomConstructable(CustomConstructable customConstructable)
 {
     Contract.Requires <ArgumentNullException>(customConstructable != null);
 }
Пример #3
0
 /// <inheritdoc />
 public virtual void VisitCustomConstructable(CustomConstructable constructable)
 {         /* No implementation. */
 }