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

this() private method

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