System.Xml.Serialization.TempAssembly.TempMethodDictionary.Add C# (CSharp) Method

Add() private method

private Add ( string key, TempMethod value ) : void
key string
value TempMethod
return void
            internal void Add(string key, TempMethod value) {
                Dictionary.Add(key, value);
            }
        }
TempAssembly.TempMethodDictionary