コード例 #1
0
 internal CheckedIndexCollection(CheckedListBox owner)
 {
     _owner = owner.OrThrowIfNull();
 }