コード例 #1
0
 internal KeyValuePair(object NewKey, object NewValue)
 {
     this         = new Collection.KeyValuePair();
     this.m_Key   = NewKey;
     this.m_Value = NewValue;
 }
コード例 #2
0
 internal KeyValuePair(object NewKey, object NewValue)
 {
     this = new Collection.KeyValuePair();
     this.m_Key = NewKey;
     this.m_Value = NewValue;
 }