예제 #1
0
 /// <summary>
 /// Make sure that the visibility of types used in the signature of this member are high enough.
 /// </summary>
 public void EnsureVisibility()
 {
     FieldType.EnsureVisibility(this);
 }