CodeTV.HashtableSerializationProxy.Add C# (CSharp) Method

Add() public method

public Add ( DictionaryEntry de ) : void
de System.Collections.DictionaryEntry
return void
        public void Add(DictionaryEntry de)
        {
            _hashTable[de.Key] = de.Value;
        }