internal KeyValuePair(object NewKey, object NewValue) { this = new Collection.KeyValuePair(); this.m_Key = NewKey; this.m_Value = NewValue; }