コード例 #1
0
 public void MakeReadOnly()
 {
     isReadOnly = true;
     properties.MakeReadOnly();
 }