コード例 #1
0
 void OnTypeReferenceRemoved(Object sender, TypeReferenceEventArgs ea)
 {
     ea.TypeReference.Module = null;
 }
コード例 #2
0
 void OnTypeReferenceRemoved(Object sender, TypeReferenceEventArgs ea)
 {
     ea.TypeReference.Module = null;
 }
コード例 #3
0
 void OnTypeReferenceAdded(Object sender, TypeReferenceEventArgs ea)
 {
     ea.TypeReference.Module = this;
 }
コード例 #4
0
 void OnTypeReferenceAdded(Object sender, TypeReferenceEventArgs ea)
 {
     ea.TypeReference.Module = this;
 }